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"
optimize="true"
debug="true"
deprecation="true">
deprecation="true"
includeantruntime="false">
<classpath>
<pathelement location="${android-home}/platforms/android-3/android.jar"/>
</classpath>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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