diff --git a/docs/projects.html b/docs/projects.html index 9a7adefa7..4de447aea 100644 --- a/docs/projects.html +++ b/docs/projects.html @@ -382,6 +382,60 @@ valign="top" align="left"> Mozilla-like license + + +

+ + Antlion +

+

The Antlion Project adds value to Ant build scripts by providing + tasks which centralizes the library dependencies, and enables + projects to define dependencies upon other projects.

+

External dependencies may be loaded from a custom local + repository or Maven-like remote repositories. Antlion handles + the generation of properties, filesets, and paths.

+

Inter-project dependencies allow for building the other + project's files if they aren't already built.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.6 and later +
+ URL: + + http://antlion.sourceforge.net +
+ Contact: + + Project mailing list +
+ License: + + Apache License, Version 2.0 +

diff --git a/xdocs/projects.xml b/xdocs/projects.xml index f5d3c498b..eff868903 100644 --- a/xdocs/projects.xml +++ b/xdocs/projects.xml @@ -146,6 +146,39 @@ + + +

The Antlion Project adds value to Ant build scripts by providing + tasks which centralizes the library dependencies, and enables + projects to define dependencies upon other projects.

+ +

External dependencies may be loaded from a custom local + repository or Maven-like remote repositories. Antlion handles + the generation of properties, filesets, and paths.

+ +

Inter-project dependencies allow for building the other + project's files if they aren't already built.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.6 and later
URL:http://antlion.sourceforge.net
Contact:Project mailing list
License:Apache License, Version 2.0
+
+

The antworks project is a set of tools and standardized targets that