Updated for 0.8, remove references to android-m3
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 12 Jun 2008 15:57:07 +0000 (15:57 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 12 Jun 2008 15:57:07 +0000 (15:57 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@424 59b500cc-1b3d-0410-9834-0bbf25fbcc57

build.properties
build.xml

index bf9b71b..f05bacf 100644 (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
index 79a251e..661067a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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/**"/>