aboutsummaryrefslogtreecommitdiff
path: root/development/apache-ant/README
diff options
context:
space:
mode:
authorYousha Aleayoub <yousha.a@hotmail.com>2022-07-29 22:25:32 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-29 22:25:32 +0700
commit30fd37ebff2e314b7f09961430f0f4895c87eb66 (patch)
tree99d7837e76fa4d806042f83ebc88a1e26bfc2f95 /development/apache-ant/README
parent44049059a2389fb70bbe2de8232dca5a99e57182 (diff)
development/apache-ant: Updated for version 1.10.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 3236ae09c9ce9..b48176fc2cbf1 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