summaryrefslogtreecommitdiffstats
path: root/development/apache-ant/slack-desc
diff options
context:
space:
mode:
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.