Fix top build.xml

git-svn-id: https://zxing.googlecode.com/svn/trunk@2017 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2011-11-04 21:54:45 +00:00
parent 52befe2c8f
commit 8e74f87264

View file

@ -23,8 +23,8 @@
<target name="build">
<ant dir="core" target="build"/>
<ant dir="javase" target="build"/>
<ant dir="android" target="compile"/>
<ant dir="androidtest" target="compile"/>
<ant dir="android" target="debug"/>
<ant dir="androidtest" target="debug"/>
<ant dir="android-integration" target="build"/>
</target>