Code

add build.dep to the things removed for "clean"
authorishmal <ishmal@users.sourceforge.net>
Sat, 17 Feb 2007 21:32:11 +0000 (21:32 +0000)
committerishmal <ishmal@users.sourceforge.net>
Sat, 17 Feb 2007 21:32:11 +0000 (21:32 +0000)
build.xml

index 45386c8c85443f99fc47b66d37d7777f11fdc578..fff81ed579cac1a5da7dff849f8533c3b2d2dad9 100644 (file)
--- a/build.xml
+++ b/build.xml
 
     <delete dir="${build}"/>
     <delete dir="${dist}"/>
+    <delete file="build.dep"/>
+
   </target>