]> hydra-www.ietfng.org Git - android-vcpass-oisafe/commitdiff
OI Safe: Build 1.1.1-beta1 (script compatible with SDK 1.1)
authorpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Thu, 30 Apr 2009 02:52:44 +0000 (02:52 +0000)
committerpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Thu, 30 Apr 2009 02:52:44 +0000 (02:52 +0000)
git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@2059 72b678ce-9140-0410-bee8-679b907dd61a

AndroidManifest.xml
build.xml

index d752829c8235576a4fd77a25ac00420ab9b0ad6f..9a3074eb487f3deaec3100c226c211c1bc328159 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.openintents.safe" \r
-    android:versionName="1.1.1" android:versionCode="7">\r
+    android:versionName="1.1.1-beta1" android:versionCode="7">\r
     <!-- History:\r
     1.1.0 [6]: 2009-03-17\r
     1.0.0 [4]: 2009-02-02\r
index e073ea0746930bcb3c158342a37eabac97582fd5..0b5b41ef0ecad6df49f317c5f39546decefd2ee5 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -168,6 +168,7 @@ storepass=*password of keystore*
        <!-- Compile this project's .java files into .class files. -->\r
        <target name="compile" depends="dirs, resource-src, aidl">\r
                <javac encoding="ascii" target="1.5" debug="true" extdirs="" srcdir="." destdir="${outdir-classes}" bootclasspath="${android-jar}">\r
+               <exclude name="gen/**" /> <!-- SDK 1.5: backward compatibility with SDK 1.1 -->\r
                        <classpath>\r
                                <fileset dir="${external-libs}" includes="*.jar" />\r
                        </classpath>\r