summaryrefslogtreecommitdiffstats
path: root/development/apache-ant/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/apache-ant/README')
-rw-r--r--development/apache-ant/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/apache-ant/README b/development/apache-ant/README
index 3236ae09c9..b48176fc2c 100644
--- a/development/apache-ant/README
+++ b/development/apache-ant/README
@@ -1,5 +1,5 @@
-Apache Ant is a Java-based build tool - like make, but without make's
-wrinkles. :-)
+Apache Ant is a Java library and command-line tool that help
+building software.
Ant is extended using Java classes. The configuration files are
XML-based, calling out a target tree where tasks get executed. Each