Use includeantruntime=false to avoid Ant 1.8 warning

git-svn-id: https://zxing.googlecode.com/svn/trunk@1631 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2010-10-25 21:03:11 +00:00
parent 7a6c384748
commit 5108924d05
7 changed files with 16 additions and 8 deletions

View file

@ -32,7 +32,8 @@
target="1.5" target="1.5"
optimize="true" optimize="true"
debug="true" debug="true"
deprecation="true"> deprecation="true"
includeantruntime="false">
<classpath> <classpath>
<pathelement location="${android-home}/platforms/android-3/android.jar"/> <pathelement location="${android-home}/platforms/android-3/android.jar"/>
</classpath> </classpath>

View file

@ -172,7 +172,8 @@ limitations under the License.
<target name="compile" depends="resource-src, aidl"> <target name="compile" depends="resource-src, aidl">
<javac encoding="ascii" target="1.5" debug="false" extdirs="" <javac encoding="ascii" target="1.5" debug="false" extdirs=""
destdir="${out-classes}" destdir="${out-classes}"
bootclasspathref="android.target.classpath"> bootclasspathref="android.target.classpath"
includeantruntime="false">
<src path="${source-folder}" /> <src path="${source-folder}" />
<src path="${gen-folder}" /> <src path="${gen-folder}" />
<classpath> <classpath>

View file

@ -175,7 +175,8 @@ limitations under the License.
<target name="compile" depends="resource-src, aidl"> <target name="compile" depends="resource-src, aidl">
<javac encoding="ascii" target="1.5" debug="false" extdirs="" <javac encoding="ascii" target="1.5" debug="false" extdirs=""
destdir="${out-classes}" destdir="${out-classes}"
bootclasspathref="android.target.classpath"> bootclasspathref="android.target.classpath"
includeantruntime="false">
<src path="${source-folder}" /> <src path="${source-folder}" />
<src path="${gen-folder}" /> <src path="${gen-folder}" />
<classpath> <classpath>

View file

@ -33,7 +33,8 @@
optimize="true" optimize="true"
debug="${generate-debug}" debug="${generate-debug}"
deprecation="true" deprecation="true"
fork="true"/> fork="true"
includeantruntime="false"/>
<jar jarfile="core.jar" basedir="build"> <jar jarfile="core.jar" basedir="build">
<!-- These entries allow core.jar to function as an OSGi bundle, and also specifies <!-- These entries allow core.jar to function as an OSGi bundle, and also specifies
additional attributes for compatibility with BugLabs's BUG platform. additional attributes for compatibility with BugLabs's BUG platform.
@ -107,7 +108,8 @@
<javac srcdir="test/src" <javac srcdir="test/src"
destdir="build-test" destdir="build-test"
debug="true" debug="true"
deprecation="true"> deprecation="true"
includeantruntime="false">
<classpath> <classpath>
<pathelement location="core.jar"/> <pathelement location="core.jar"/>
<pathelement location="../javase/javase.jar"/> <pathelement location="../javase/javase.jar"/>

View file

@ -87,7 +87,8 @@
optimize="true" optimize="true"
debug="true" debug="true"
deprecation="true" deprecation="true"
fork="true"> fork="true"
includeantruntime="false">
<classpath refid="wtk-build-path"/> <classpath refid="wtk-build-path"/>
</javac> </javac>
<jar jarfile="javame.jar" basedir="build"/> <jar jarfile="javame.jar" basedir="build"/>

View file

@ -37,7 +37,8 @@
target="1.5" target="1.5"
optimize="true" optimize="true"
debug="true" debug="true"
deprecation="true"> deprecation="true"
includeantruntime="false">
<classpath> <classpath>
<pathelement location="../core/core.jar"/> <pathelement location="../core/core.jar"/>
</classpath> </classpath>

View file

@ -61,7 +61,8 @@
target="1.5" target="1.5"
optimize="true" optimize="true"
debug="true" debug="true"
deprecation="true"> deprecation="true"
includeantruntime="false">
<classpath> <classpath>
<fileset dir="web/WEB-INF/lib"> <fileset dir="web/WEB-INF/lib">
<include name="*.jar"/> <include name="*.jar"/>