Need to use 1.5 jar location

git-svn-id: https://zxing.googlecode.com/svn/trunk@1031 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2009-08-04 15:57:37 +00:00
parent b6b9015a7c
commit 9cfc5158b3

View file

@ -34,7 +34,7 @@
debug="true"
deprecation="true">
<classpath>
<pathelement location="${android-home}/android.jar"/>
<pathelement location="${android-home}/platforms/android-1.5/android.jar"/>
</classpath>
</javac>
<jar jarfile="android-integration.jar" basedir="build"/>