Updated for 0.8, remove references to android-m3

git-svn-id: https://zxing.googlecode.com/svn/trunk@424 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-06-12 15:57:07 +00:00
parent 56c4b6a94d
commit d77371d5fc
2 changed files with 1 additions and 5 deletions

View file

@ -1,4 +1,4 @@
version=0.7
version=0.8
# Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed
# Location on Linux varies but is typically under /usr/local or /usr/lib
@ -27,9 +27,6 @@ version=0.7
# Set this to the location where you installed the Android SDK.
#android-home=/usr/local/android
# Set this to the location of an M3 Android SDK, if you are building the M3 version
#android-m3-home=/usr/local/android_sdk_linux_m3-rc37a
# Set this to the location of a Tomcat installation if you want to compile and run the zxing.org
# web site and web application
#tomcat-home=C:\\tomcat

View file

@ -57,7 +57,6 @@
<include name="build.xml"/>
<include name="build.properties"/>
<include name="android/**"/>
<include name="android-m3/**"/>
<include name="core/**"/>
<include name="javame/**"/>
<include name="javase/**"/>