mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Remove WTK dependency which added little and only made life hard for mac users
git-svn-id: https://zxing.googlecode.com/svn/trunk@825 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
5efb6ef335
commit
25bdb39ac1
|
@ -20,13 +20,6 @@
|
|||
|
||||
<property file="../build.properties"/>
|
||||
|
||||
<path id="javame-compile-bootclasspath">
|
||||
<fileset dir="${WTK-home}/lib">
|
||||
<include name="cldcapi11.jar"/>
|
||||
</fileset>
|
||||
</path>
|
||||
<property name="javame-compile-bootclasspath-path" refid="javame-compile-bootclasspath"/>
|
||||
|
||||
<target name="init">
|
||||
<tstamp/>
|
||||
</target>
|
||||
|
@ -37,7 +30,6 @@
|
|||
destdir="build"
|
||||
source="1.2"
|
||||
target="1.2"
|
||||
bootclasspath="${javame-compile-bootclasspath-path}"
|
||||
optimize="true"
|
||||
debug="${generate-debug}"
|
||||
deprecation="true"
|
||||
|
|
Loading…
Reference in a new issue