Browse Source

added reference to XDoclet

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269761 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 24 years ago
parent
commit
9699e6a75d
1 changed files with 26 additions and 1 deletions
  1. +26
    -1
      xdocs/external.xml

+ 26
- 1
xdocs/external.xml View File

@@ -238,6 +238,31 @@
</tr>
</table>
</subsection>
<subsection name="XDoclet">

<p>XDoclet is an extended Javadoc Doclet engine for use in Ant.
It lets you create custom Javadoc @tags and based on those tags
generates source code or other files (such as xml-ish deployment
descriptors). Templates and matching tasks are provided to generate
EJB and web application deployment descriptors.
</p>
<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://sourceforge.net/projects/xdoclet/">http://sourceforge.net/projects/xdoclet/</a></td>
</tr>
<tr>
<th>License:</th>
<td>BSD license</td>
</tr>
</table>
</subsection>

</section>

@@ -396,4 +421,4 @@
</section>

</body>
</document>
</document>

Loading…
Cancel
Save