|
From: <cr...@us...> - 2009-05-25 09:54:45
|
Revision: 5520
http://jnode.svn.sourceforge.net/jnode/?rev=5520&view=rev
Author: crawley
Date: 2009-05-25 09:54:37 +0000 (Mon, 25 May 2009)
Log Message:
-----------
Deleting the 'save' target. It is not needed in the classlib6 tree.
Modified Paths:
--------------
classlib6/all/build.xml
Modified: classlib6/all/build.xml
===================================================================
--- classlib6/all/build.xml 2009-05-24 20:15:25 UTC (rev 5519)
+++ classlib6/all/build.xml 2009-05-25 09:54:37 UTC (rev 5520)
@@ -508,13 +508,8 @@
</target>
-->
- <!-- Save virtualization etc state across 'clean' -->
- <target name="save">
- <copy file="${cdroms.dir}/JNode.nvram" todir="${save.dir}" failonerror="no"/>
- </target>
-
<!-- Clean everything files -->
- <target name="clean" depends="save" description="clean the complete build output">
+ <target name="clean" description="clean the complete build output">
<jnode.antall target="clean"/>
<delete dir="${build.dir}" quiet="on"/>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|