aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2004-09-08 21:10:04 +0000
committerCarsten Weisse <[email protected]>2004-09-08 21:10:04 +0000
commit3716116d5b04c5ec6fd51e21953f572a5373e918 (patch)
treea288928c4f2021f93b93d2f82c1b4b25ca7b7c04 /build.xml
parent15b145686dffa14d53e0971219ea3fee22039ec7 (diff)
syntax error :-)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 4b9b604..f1b92da 100644
--- a/build.xml
+++ b/build.xml
@@ -22,11 +22,11 @@
<!-- usage -->
<target name="usage">
- <echo message="command line arguments of build.sh or build.bat"/>
+ <echo message="command line arguments for build.sh or build.bat"/>
<echo message=""/>
- <echo message="bindist build only binary distibution"/>
- <echo message="srcdist build only source distibution"/>
- <echo message="all build source and binary distibution"/>
+ <echo message="bindist build only binary distribution"/>
+ <echo message="srcdist build only source distribution"/>
+ <echo message="all build source and binary distribution"/>
<echo message="clean delete classfiles keep jake2*.tar.gz and jake2*.zip"/>
<echo message="distclean delete all generated files"/>
<echo message="jar build only dist/lib/jake2.jar"/>