From: Holger Z. <hz...@us...> - 2004-09-08 20:43:11
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12969 Modified Files: build.xml Log Message: usage message Index: build.xml =================================================================== RCS file: /cvsroot/jake2/jake2/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 8 Sep 2004 20:18:02 -0000 1.5 --- build.xml 8 Sep 2004 20:42:48 -0000 1.6 *************** *** 25,34 **** <echo message="command line arguments of build.sh or build.bat"/> <echo message=""/> ! <echo message="bindist only binary distibution"/> ! <echo message="srcdist only source distibution"/> ! <echo message="all source and binary distibution"/> ! <echo message="clean keep jake2-cvs.tar.gz and jake2-cvs.zip"/> ! <echo message="distclean delete all"/> ! <echo message="jar only dist/lib/jake2.jar"/> <echo message=""/> </target> --- 25,34 ---- <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"/> ! <echo message="jar build only dist/lib/jake2.jar"/> <echo message=""/> </target> *************** *** 179,183 **** <target name="clean"> <delete dir="${build}"/> - <delete dir="${gensrc}"/> </target> --- 179,182 ---- |