mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
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:
parent
50553f992e
commit
759bef6f8a
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue