diff options
author | Dugan Chen <dugan_c@fastmail.fm> | 2010-05-11 20:00:21 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:21 +0200 |
commit | 8307fc209b0db590bc49a9405a3b2078482a6100 (patch) | |
tree | ef18ffae7e693586331fc60ba9009e0507d0ce3e /development/apache-ant/README | |
parent | 861f19c444b88428ee72c808de6a08d2bacef9fe (diff) | |
download | slackbuilds-8307fc209b0db590bc49a9405a3b2078482a6100.tar.gz |
development/apache-ant: Added to 12.0 repository
Diffstat (limited to 'development/apache-ant/README')
-rw-r--r-- | development/apache-ant/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/apache-ant/README b/development/apache-ant/README new file mode 100644 index 0000000000..8b0cbb02bd --- /dev/null +++ b/development/apache-ant/README @@ -0,0 +1,6 @@ +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. |