From: Holger Z. <hz...@us...> - 2004-09-08 21:18:56
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19469 Modified Files: Tag: r_0_9 build.xml Log Message: hopefully the last change for 0.9.3 Index: build.xml =================================================================== RCS file: /cvsroot/jake2/jake2/build.xml,v retrieving revision 1.3.2.5 retrieving revision 1.3.2.6 diff -C2 -d -r1.3.2.5 -r1.3.2.6 *** build.xml 8 Sep 2004 20:57:08 -0000 1.3.2.5 --- build.xml 8 Sep 2004 21:18:46 -0000 1.3.2.6 *************** *** 23,31 **** <!-- usage --> <target name="usage"> ! <echo message="command line arguments of 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="clean delete classfiles keep jake2*.tar.gz and jake2*.zip"/> <echo message="distclean delete all generated files"/> --- 23,31 ---- <!-- usage --> <target name="usage"> ! <echo message="command line arguments for build.sh or build.bat"/> <echo message=""/> ! <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"/> |