slackbuilds_ponce/development/apache-ant
dsomero 610e8461bb various: Fix slack-desc formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:29:22 -05:00
..
apache-ant.info
apache-ant.SlackBuild
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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