SlackBuildsOrg/development/apache-ant
Vincent Batts f40235efb8 development/apache-ant: Updated for version 1.8.4
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-10-07 09:17:25 -04:00
..
apache-ant.info development/apache-ant: Updated for version 1.8.4 2012-10-07 09:17:25 -04:00
apache-ant.SlackBuild development/apache-ant: Updated for version 1.8.4 2012-10-07 09:17:25 -04:00
README
slack-desc

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