More fixes to the build files after trying to build the whole thing again for release
[zxing.git] / bug / build.xml
index 417a98a..4e25373 100644 (file)
@@ -70,6 +70,7 @@
 
   <target name="clean">
     <delete dir="build"/>
+    <delete file="bug.jar"/>
   </target>
 
 </project>