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:
srowen 2009-01-15 21:03:37 +00:00
parent 5efb6ef335
commit 25bdb39ac1

View file

@ -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"