mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 11:47:26 -08:00
Add javac encoding=UTF-8 elsewhere
git-svn-id: https://zxing.googlecode.com/svn/trunk@2616 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
333079fbae
commit
ac23123ebf
|
@ -38,7 +38,8 @@
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
excludes="**/IntentIntegratorV30.java,**/IntentIntegratorSupportV4.java"
|
excludes="**/IntentIntegratorV30.java,**/IntentIntegratorSupportV4.java"
|
||||||
includeantruntime="false">
|
includeantruntime="false"
|
||||||
|
encoding="UTF-8">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="${android-home}/platforms/android-10/android.jar"/>
|
<pathelement location="${android-home}/platforms/android-10/android.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
@ -56,7 +57,8 @@
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
excludes="**/IntentIntegratorSupportV4.java"
|
excludes="**/IntentIntegratorSupportV4.java"
|
||||||
includeantruntime="false">
|
includeantruntime="false"
|
||||||
|
encoding="UTF-8">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="${android-home}/platforms/android-17/android.jar"/>
|
<pathelement location="${android-home}/platforms/android-17/android.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
@ -74,7 +76,8 @@
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
excludes="**/IntentIntegratorV30.java"
|
excludes="**/IntentIntegratorV30.java"
|
||||||
includeantruntime="false">
|
includeantruntime="false"
|
||||||
|
encoding="UTF-8">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="${android-home}/platforms/android-17/android.jar"/>
|
<pathelement location="${android-home}/platforms/android-17/android.jar"/>
|
||||||
<pathelement location="${android-home}/extras/android/compatibility/v4/android-support-v4.jar"/>
|
<pathelement location="${android-home}/extras/android/compatibility/v4/android-support-v4.jar"/>
|
||||||
|
|
|
@ -38,7 +38,8 @@
|
||||||
optimize="true"
|
optimize="true"
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
includeantruntime="false">
|
includeantruntime="false"
|
||||||
|
encoding="UTF-8">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="../core/core.jar"/>
|
<pathelement location="../core/core.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -61,7 +61,8 @@
|
||||||
optimize="true"
|
optimize="true"
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
includeantruntime="false">
|
includeantruntime="false"
|
||||||
|
encoding="UTF-8">
|
||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="web/WEB-INF/lib">
|
<fileset dir="web/WEB-INF/lib">
|
||||||
<include name="*.jar"/>
|
<include name="*.jar"/>
|
||||||
|
|
Loading…
Reference in a new issue