<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>taglibrarydoc</groupId>
  <artifactId>tlddoc</artifactId>
  <name>taglibrarydoc</name>
  <version>1.2</version>
  <description>Tag Library Documentation Generator is a utility for automatically generating
javadoc-style documentation for JavaServer Pages (JSP) Technology Tag Libraries.
It accepts a set of tag libraries as input, and generates a set of HTML files as
utput. It can also be used to generate tag library documenation for JavaServer
Faces UI components.

Included in the output is a full description of each defined tag library, the tags
contained within those tag libraries, and how to use those tags.</description>
  <url>https://taglibrarydoc.dev.java.net</url>
  <inceptionYear>2003</inceptionYear>
  <organization>
    <name>sun</name>
    <url>http://www.sun.com/</url>
  </organization>
</project>