diff --git a/docs/external.html b/docs/external.html index 8095cc51a..178234e60 100644 --- a/docs/external.html +++ b/docs/external.html @@ -2627,6 +2627,59 @@ valign="top" align="left"> GNU LGPL + + +

+ + JReleaseInfo +

+

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.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.6 and later +
+ URL: + + HomePage on SourceForge +
+ Contact: + + Forums/Tracker on SourceForge +
+ License: + + Apache Software License +

diff --git a/xdocs/external.xml b/xdocs/external.xml index f2aa8fad4..4f2130b7c 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -1403,6 +1403,37 @@ + + +

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.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.6 and later
URL:HomePage on SourceForge
Contact:Forums/Tracker on SourceForge
License:Apache Software License
+
+

JRun 4 SP1 ships with lib/jrun-ant-tasks.jar, which defines