Small style stuff
[zxing.git] / core / build.xml
index 1a6e05d..79b7e56 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. -->
       <classpath>
         <pathelement location="core.jar"/>
         <pathelement location="../javase/javase.jar"/>
-        <pathelement location="lib/junit.jar"/>
+        <pathelement location="lib/junit-4.8.2.jar"/>
       </classpath>
     </javac>
   </target>
         <pathelement location="core.jar"/>
         <pathelement location="build-test"/>
         <pathelement location="../javase/javase.jar"/>
-        <pathelement location="lib/junit.jar"/>
+        <pathelement location="lib/junit-4.8.2.jar"/>
       </classpath>
       <assertions>
         <enable/>
         <pathelement location="core.jar"/>
         <pathelement location="build-test"/>
         <pathelement location="../javase/javase.jar"/>
-        <pathelement location="lib/junit.jar"/>
+        <pathelement location="lib/junit-4.8.2.jar"/>
       </classpath>
       <assertions>
         <enable/>