From: srowen Date: Mon, 26 Nov 2007 16:21:57 +0000 (+0000) Subject: Now makes sure JDK 1.4 / WTK are present. No longer requires Unix-style wc binary... X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=35bedd40c1e90bf8ccec0c9ef4c327434dbba9d9;p=zxing.git Now makes sure JDK 1.4 / WTK are present. No longer requires Unix-style wc binary, so runs on Windows git-svn-id: http://zxing.googlecode.com/svn/trunk@74 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- diff --git a/build.properties b/build.properties index 14b107f7..7c5f8f88 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,11 @@ -version=0.1.1 +version=0.1.2 + +# Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed WTK-home=/usr/local/WTK2.5.2 -JDK1.4-classes=/usr/lib/jvm/j2sdk1.4.2_16/jre/lib/rt.jar + +# Set this to a location where the platform classes included with Java SDK version 1.4 (not later) +# have been installed. This is typically the installation root of the JDK followed by +# 'jre/lib/rt.jar' # Mac users, this should be set to: # JDK1.4-classes=/System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar +JDK1.4-classes=/usr/lib/jvm/j2sdk1.4.2_16/jre/lib/rt.jar diff --git a/core/build.xml b/core/build.xml index 7b66d1ec..61a1643d 100644 --- a/core/build.xml +++ b/core/build.xml @@ -8,6 +8,13 @@ + + + + + + + + + + + + + + + + + + + + + + + - - - + +