From 25bdb39ac193e02197c6052bf6473a3f1b3a5889 Mon Sep 17 00:00:00 2001 From: srowen Date: Thu, 15 Jan 2009 21:03:37 +0000 Subject: [PATCH] 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 --- core/build.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/build.xml b/core/build.xml index 47abf1297..63f60c8b2 100644 --- a/core/build.xml +++ b/core/build.xml @@ -20,13 +20,6 @@ - - - - - - - @@ -37,7 +30,6 @@ destdir="build" source="1.2" target="1.2" - bootclasspath="${javame-compile-bootclasspath-path}" optimize="true" debug="${generate-debug}" deprecation="true"