Update of /cvsroot/jsmooth/jsmooth/skeletons/jnismooth
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30866/skeletons/jnismooth
Modified Files:
build.xml
Log Message:
fix build cleaning
Index: build.xml
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/skeletons/jnismooth/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.xml 19 May 2007 15:09:44 -0000 1.1
--- build.xml 12 Oct 2008 19:31:59 -0000 1.2
***************
*** 34,37 ****
--- 34,38 ----
<target name="clean">
<delete dir="${classes}"/>
+ <delete file="jnismooth.jar"/>
</target>
</project>
|