Update of /cvsroot/jsmooth/jsmooth/skeletons/simplewrap/samplejar
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30866/skeletons/simplewrap/samplejar
Modified Files:
build.xml
Log Message:
fix build cleaning
Index: build.xml
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/skeletons/simplewrap/samplejar/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** build.xml 3 Aug 2003 14:43:17 -0000 1.1.1.1
--- build.xml 12 Oct 2008 19:31:59 -0000 1.2
***************
*** 25,28 ****
--- 25,29 ----
<target name="clean">
<delete dir="${classes}"/>
+ <delete file="sample.jar"/>
</target>
</project>
|