git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@2059
72b678ce-9140-0410-bee8-
679b907dd61a
<?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
<!-- 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