moved ProGuard optimization into Android build file since it's the only way to fully...
[zxing.git] / javame / build.xml
index 7eeda6d..b034b1c 100644 (file)
       <arg value="-overloadaggressively"/>
       <arg value="-allowaccessmodification"/>
       <arg value="-verbose"/>
+      <arg value="-dump proguard-dump.txt"/>
     </java>
     <delete file="temp.jar"/>
 
     <delete dir="." includes="*.jar"/>
     <delete dir="." includes="*.jad"/>
     <delete file="src/com/google/zxing/client/j2me/MANIFEST.MF"/>
+    <delete file="proguard-dump.txt"/>
   </target>
 
 </project>