mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Oops, fix RIM build script to not depend on old "javame-basic" target
git-svn-id: https://zxing.googlecode.com/svn/trunk@513 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
cb5b271b93
commit
2dcb114308
|
@ -44,10 +44,10 @@
|
||||||
</not>
|
</not>
|
||||||
</condition>
|
</condition>
|
||||||
</fail>
|
</fail>
|
||||||
<fail message="Please build 'build-basic' in 'javame' first">
|
<fail message="Please build 'javame' first">
|
||||||
<condition>
|
<condition>
|
||||||
<not>
|
<not>
|
||||||
<available file="../javame/javame-basic.jar" type="file"/>
|
<available file="../javame/javame.jar" type="file"/>
|
||||||
</not>
|
</not>
|
||||||
</condition>
|
</condition>
|
||||||
</fail>
|
</fail>
|
||||||
|
@ -67,12 +67,12 @@
|
||||||
fork="true">
|
fork="true">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="../core/core.jar"/>
|
<pathelement location="../core/core.jar"/>
|
||||||
<pathelement location="../javame/javame-basic.jar"/>
|
<pathelement location="../javame/javame.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
</javac>
|
</javac>
|
||||||
|
|
||||||
<unzip src="../core/core.jar" dest="build"/>
|
<unzip src="../core/core.jar" dest="build"/>
|
||||||
<unzip src="../javame/javame-basic.jar" dest="build"/>
|
<unzip src="../javame/javame.jar" dest="build"/>
|
||||||
|
|
||||||
<mkdir dir="build-j2me"/>
|
<mkdir dir="build-j2me"/>
|
||||||
<exec executable="${WTK-home}/bin/preverify1.1" failonerror="true">
|
<exec executable="${WTK-home}/bin/preverify1.1" failonerror="true">
|
||||||
|
|
Loading…
Reference in a new issue