bodewig 2004/04/29 23:21:25
Modified: docs external.html
xdocs external.xml
Log:
Add pointer to JReleaseInfo, submitted by Thomas Cotting
Revision Changes Path
1.162 +53 -0 ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/ant/docs/external.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- external.html 20 Apr 2004 05:46:48 -0000 1.161
+++ external.html 30 Apr 2004 06:21:25 -0000 1.162
@@ -2630,6 +2630,59 @@
</tr>
</table>
<h4 class="subsection">
+ <a name="JReleaseInfo"></a>
+ JReleaseInfo
+ </h4>
+ <p>Sometimes you are interested at runtime to have
information
+ from build time. This may be the build date, a build number or
+ the version. The JReleaseInfo Ant Task generates a java
+ source file with getter methods for any desired and provided
+ properties. Furthermore, it can automatically generate a
+ viewer (which can e.g. be used as main-class in a library jar
+ file) that shows the included release information.</p>
+ <table class="externals"
cellspacing="1" cellpadding="4">
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Compatibility:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Ant 1.6 and later
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ URL:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ <a href="http://jreleaseinfo.sourceforge.net/">HomePage on
SourceForge</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Contact:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ <a
href="http://sourceforge.net/projects/jreleaseinfo/">Forums/Tracker on
SourceForge</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ License:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Apache Software License
+ </td>
+ </tr>
+ </table>
+ <h4 class="subsection">
<a name="JRun Ant Tasks"></a>
JRun Ant Tasks
</h4>
1.122 +31 -0 ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/external.xml,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- external.xml 20 Apr 2004 05:46:48 -0000 1.121
+++ external.xml 30 Apr 2004 06:21:25 -0000 1.122
@@ -1403,6 +1403,37 @@
</table>
</subsection>
+ <subsection name="JReleaseInfo">
+
+ <p>Sometimes you are interested at runtime to have information
+ from build time. This may be the build date, a build number or
+ the version. The JReleaseInfo Ant Task generates a java
+ source file with getter methods for any desired and provided
+ properties. Furthermore, it can automatically generate a
+ viewer (which can e.g. be used as main-class in a library jar
+ file) that shows the included release information.</p>
+
+ <table class="externals">
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.6 and later</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a href="http://jreleaseinfo.sourceforge.net/">HomePage on
SourceForge</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a
+
href="http://sourceforge.net/projects/jreleaseinfo/">Forums/Tracker on
SourceForge</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>Apache Software License</td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="JRun Ant Tasks">
<p>JRun 4 SP1 ships with lib/jrun-ant-tasks.jar, which defines
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]