From: Bryan T. <tho...@us...> - 2008-10-13 19:51:36
|
Update of /cvsroot/cweb/lgpl-utils In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27585 Modified Files: build.xml Log Message: added line to delete the old jar to the clean target. Index: build.xml =================================================================== RCS file: /cvsroot/cweb/lgpl-utils/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 8 Oct 2008 12:46:14 -0000 1.2 --- build.xml 13 Oct 2008 19:49:55 -0000 1.3 *************** *** 15,18 **** --- 15,19 ---- <target name="clean"> + <delete dir="${jar.name}"/> <delete dir="${build.dir}"/> </target> |