Author: nextgens
Date: 2007-09-13 14:53:14 +0000 (Thu, 13 Sep 2007)
New Revision: 15142
Modified:
trunk/freenet/build.xml
Log:
update build.xml: delete the build-test directory on clean
Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml 2007-09-13 14:45:55 UTC (rev 15141)
+++ trunk/freenet/build.xml 2007-09-13 14:53:14 UTC (rev 15142)
@@ -160,6 +160,7 @@
<target name="clean" description="Delete class files and docs dir.">
<delete dir="${build}"/>
+ <delete dir="${build-test}"/>
</target>
<target name="distclean" description="Delete class files, lib dir and
docs dir.">
<delete file="${CSSTokenizerFilter.java}"/>