mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Fix top build.xml
git-svn-id: https://zxing.googlecode.com/svn/trunk@2017 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
52befe2c8f
commit
8e74f87264
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue