Add option to remember duplicate scans
[zxing.git] / core / build.xml
index 05e43d7..ad307cc 100644 (file)
@@ -79,7 +79,7 @@
       <!-- Needed for Mac OS. -->
       <!--<arg value="-libraryjars ${java.home}/../Classes/classes.jar"/>-->
       <!-- Needed for other Android apps besides Barcode Scanner. -->
-      <!--<arg value="-libraryjars ${android-home}/platforms/android-1.6/android.jar"/>-->
+      <!--<arg value="-libraryjars ${android-home}/platforms/android-3/android.jar"/>-->
       <arg value="-keep class com.google.zxing.* {public protected *;}"/>
       <arg value="-keep class com.google.zxing.common.*Binarizer {public protected *;}"/>
       <!-- Remove this line is you only use the Result base object and want the smallest jar. -->
       <assertions>
         <enable/>
       </assertions>
-      <jvmarg value="-Xint"/> <!-- works around weird JIT bug in Java 6 -->
+      <jvmarg value="-Djava.awt.headless=true"/>      
       <batchtest>
         <fileset dir="test/src">
           <include name="**/${subdir}/*BlackBox*TestCase.java"/>
       <assertions>
         <enable/>
       </assertions>
-      <jvmarg value="-Xint"/> <!-- works around weird JIT bug in Java 6 -->
+      <jvmarg value="-Djava.awt.headless=true"/>
       <batchtest>
         <fileset dir="test/src">
           <include name="**/*TestCase.java"/>