summaryrefslogtreecommitdiffstats
path: root/development/apache-ant/slack-desc
diff options
context:
space:
mode:
author Vincent Batts2010-05-12 17:38:16 +0200
committer Robby Workman2010-05-12 17:38:16 +0200
commitb4e7a4b20729aa621824730a5777984dab9af13e (patch)
tree88aea321622b827babc66aa25708f6002c09ac8c /development/apache-ant/slack-desc
parent2f1a45b6942a8e386142b6b469d6c26aaa06c94e (diff)
downloadslackbuilds-b4e7a4b20729aa621824730a5777984dab9af13e.tar.gz
development/apache-ant: Updated for version 1.7.1
Diffstat (limited to 'development/apache-ant/slack-desc')
-rw-r--r--development/apache-ant/slack-desc4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/apache-ant/slack-desc b/development/apache-ant/slack-desc
index 559e8c1f65..9a484bb9d2 100644
--- a/development/apache-ant/slack-desc
+++ b/development/apache-ant/slack-desc
@@ -5,12 +5,12 @@
# exactly 11 lines for the formatting to be correct. It's also customary to
# leave one space after the ':'.
- |-----handy-ruler-------------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
apache-ant: Apache Ant (Java-based build tool)
apache-ant:
apache-ant: Apache Ant is a Java-based build tool - like make but without
apache-ant: make's wrinkles.
-apache-ant:
+apache-ant:
apache-ant: Ant is extended using Java classes. The configuration files are
apache-ant: XML-based, calling out a target tree where tasks get executed.
apache-ant: Each task is run by an object that implements a Task interface.