|
From: <sul...@us...> - 2008-08-23 05:40:07
|
Revision: 236
http://gridsim.svn.sourceforge.net/gridsim/?rev=236&view=rev
Author: sulistio
Date: 2008-08-23 05:40:09 +0000 (Sat, 23 Aug 2008)
Log Message:
-----------
modify the build file to clean existing class files.
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-08-21 12:58:32 UTC (rev 235)
+++ trunk/build.xml 2008-08-23 05:40:09 UTC (rev 236)
@@ -63,6 +63,10 @@
<jar destfile="${jar.dir}/new_gridsim.jar" basedir="${class.dir}" />
</target>
+ <target name="clean" description="clean up" >
+ <delete dir="${class.dir}/gridsim"/>
+ </target>
+
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|