More little tweaks to make the 'release' build target happy again

git-svn-id: https://zxing.googlecode.com/svn/trunk@227 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-02-22 19:32:35 +00:00
parent 50553f992e
commit 759bef6f8a
2 changed files with 2 additions and 1 deletions

View file

@ -119,7 +119,7 @@
</target>
<!-- Compile this project's .java files into .class files. -->
<target name="compile" depends="init, dirs, resource-src, aidl">
<target name="compile" depends="init, clean, dirs, resource-src, aidl">
<javac encoding="ascii" target="1.5" debug="true" optimize="true" extdirs=""
srcdir="."
destdir="${outdir-classes}"

View file

@ -25,6 +25,7 @@
<ant dir="javame" target="build"/>
<ant dir="javase" target="build"/>
<ant dir="android" target="package"/>
<ant dir="javame" target="build-basic"/>
<ant dir="rim" target="build"/>
</target>