Refactored to avoid use of exceptions in parsing, at the suggestion of Jeff Griffin...
[zxing.git] / build.xml
index da1293c..6ca1ca6 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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>