mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Small fixes for 1.6 release
git-svn-id: https://zxing.googlecode.com/svn/trunk@1587 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
fd3c38bf70
commit
89c421c2bb
|
@ -34,7 +34,7 @@
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true">
|
deprecation="true">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="${android-home}/platforms/android-1.5/android.jar"/>
|
<pathelement location="${android-home}/platforms/android-3/android.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
</javac>
|
</javac>
|
||||||
<jar jarfile="android-integration.jar" basedir="build"/>
|
<jar jarfile="android-integration.jar" basedir="build"/>
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
<zipfileset dir="." prefix="zxing-${version}">
|
<zipfileset dir="." prefix="zxing-${version}">
|
||||||
<exclude name="**/.*"/> <!-- exclude hidden files -->
|
<exclude name="**/.*"/> <!-- exclude hidden files -->
|
||||||
<exclude name="**/.svn"/>
|
<exclude name="**/.svn"/>
|
||||||
<exclude name="**/.iml"/>
|
<exclude name="**/*.iml"/>
|
||||||
<include name="AUTHORS"/>
|
<include name="AUTHORS"/>
|
||||||
<include name="COPYING"/>
|
<include name="COPYING"/>
|
||||||
<include name="README"/>
|
<include name="README"/>
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
<pathelement location="${WTK-home}/lib/midp_2.0.jar"/>
|
<pathelement location="${WTK-home}/lib/midp_2.0.jar"/>
|
||||||
<pathelement location="${WTK-home}/lib/jsr135_1.2.jar"/>
|
<pathelement location="${WTK-home}/lib/jsr135_1.2.jar"/>
|
||||||
<pathelement location="${WTK-home}/lib/jsr234_1.0.jar"/>
|
<pathelement location="${WTK-home}/lib/jsr234_1.0.jar"/>
|
||||||
<pathelement location="${android-home}/platforms/android-8/android.jar"/>
|
<pathelement location="${android-home}/platforms/android-3/android.jar"/>
|
||||||
<pathelement location="${tomcat-home}/lib/servlet-api.jar"/>
|
<pathelement location="${tomcat-home}/lib/servlet-api.jar"/>
|
||||||
<fileset dir="zxingorg/web/WEB-INF/lib">
|
<fileset dir="zxingorg/web/WEB-INF/lib">
|
||||||
<include name="*.jar"/>
|
<include name="*.jar"/>
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
<!-- Needed for Mac OS. -->
|
<!-- Needed for Mac OS. -->
|
||||||
<!--<arg value="-libraryjars ${java.home}/../Classes/classes.jar"/>-->
|
<!--<arg value="-libraryjars ${java.home}/../Classes/classes.jar"/>-->
|
||||||
<!-- Needed for other Android apps besides Barcode Scanner. -->
|
<!-- 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.* {public protected *;}"/>
|
||||||
<arg value="-keep class com.google.zxing.common.*Binarizer {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. -->
|
<!-- Remove this line is you only use the Result base object and want the smallest jar. -->
|
||||||
|
|
Loading…
Reference in a new issue