Fixed a bad build target, and added two missing packages.

git-svn-id: https://zxing.googlecode.com/svn/trunk@884 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin 2009-03-10 17:10:19 +00:00
parent dfb6b60dd4
commit 17f20fbadf

View file

@ -25,7 +25,9 @@
<ant dir="javame" target="build"/>
<ant dir="javase" target="build"/>
<ant dir="bug" target="build"/>
<ant dir="android" target="package"/>
<ant dir="android" target="debug-optimized"/>
<ant dir="androidtest" target="debug-optimized"/>
<ant dir="android-integration" target="build"/>
<ant dir="rim" target="build"/>
<ant dir="zxingorg" target="build"/>
</target>