slackbuilds/development/apache-ant
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
README development/apache-ant: Updated for version 1.8.2. 2011-01-30 09:15:31 -06:00
apache-ant.SlackBuild development/apache-ant: Updated for version 1.8.3. 2012-04-02 17:11:39 -05:00
apache-ant.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc development/apache-ant: Updated for version 1.7.1 2010-05-12 17:38:16 +02:00

README

Apache Ant is a Java-based build tool - like make, but without make's
wrinkles.  :-)

Ant is extended using Java classes.  The configuration files are XML-based,
calling out a target tree where tasks get executed.  Each task is run by an
object that implements a Task interface.

This package is using upstream's recommendation of ANT_HOME=/usr/share/ant