summaryrefslogtreecommitdiffstats
path: root/development/apache-ant/README
diff options
context:
space:
mode:
author Vincent Batts2011-01-30 07:24:16 +0100
committer Robby Workman2011-01-30 16:15:31 +0100
commit42b1e7a4d0ff6166a16afde21d096e8c0d5cb6ad (patch)
treebc01155853bc7eb2e629013edd4d1c087e22aa83 /development/apache-ant/README
parent142f6959e3ba3069d9ddf3f933dd236d63f03711 (diff)
downloadslackbuilds-42b1e7a4d0ff6166a16afde21d096e8c0d5cb6ad.tar.gz
development/apache-ant: Updated for version 1.8.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/apache-ant/README')
-rw-r--r--development/apache-ant/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/development/apache-ant/README b/development/apache-ant/README
index f96e1a8640..702cbd440a 100644
--- a/development/apache-ant/README
+++ b/development/apache-ant/README
@@ -1,9 +1,8 @@
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
+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, and others available from Slackbuilds.org, are using the
-upstream recommendation of $ANT_HOME being /usr/share/ant.
+This package is using upstream's recommendation of ANT_HOME=/usr/share/ant