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 + + +
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 + |
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