Don't build javame anymore in main build

git-svn-id: https://zxing.googlecode.com/svn/trunk@1909 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2011-09-15 09:25:59 +00:00
parent 015e2a5915
commit a71b299c1f

View file

@ -22,7 +22,6 @@
<target name="build">
<ant dir="core" target="build"/>
<ant dir="javame" target="build"/>
<ant dir="javase" target="build"/>
<ant dir="android" target="compile"/>
<ant dir="androidtest" target="compile"/>
@ -37,7 +36,6 @@
<target name="clean">
<ant dir="core" target="clean"/>
<ant dir="javame" target="clean"/>
<ant dir="javase" target="clean"/>
<ant dir="android" target="clean"/>
<ant dir="androidtest" target="clean"/>