summaryrefslogtreecommitdiffstats
path: root/development/apache-ant
diff options
context:
space:
mode:
author B. Watson2020-10-13 02:49:15 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:38:48 +0200
commit0135f213de516c2edb72fdb0ecdd67da91acec59 (patch)
tree0c28455a46ad847268dce1d4b945e56a061b2be0 /development/apache-ant
parent1bf727eff8aa5584462b16b5f89b88a089c6904d (diff)
downloadslackbuilds-0135f213de516c2edb72fdb0ecdd67da91acec59.tar.gz
development/apache-ant: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/apache-ant')
-rw-r--r--development/apache-ant/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/development/apache-ant/README b/development/apache-ant/README
index c033ccc4a3..3236ae09c9 100644
--- a/development/apache-ant/README
+++ b/development/apache-ant/README
@@ -1,14 +1,15 @@
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.
+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
+This package is using upstream's recommendation of
+ANT_HOME=/usr/share/ant
-apache-ant uses `javac` and friends to compile java projects.
-If you use the stock 'gcc-java' package, then you will need to export the
+apache-ant uses `javac` and friends to compile java projects. If you
+use the stock 'gcc-java' package, then you will need to export the
JAVA_HOME environment variable, and make it point to the Java5 run-time
provided by the GNU Compiler Collection, e.g.: