mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 19:57:27 -08:00
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:
parent
015e2a5915
commit
a71b299c1f
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue