From 779dc5990f6c324cdf9f0502c75ec064e99fa5db Mon Sep 17 00:00:00 2001 From: srowen Date: Wed, 24 Feb 2010 18:45:18 +0000 Subject: [PATCH] Added some more docs / examples to clarify how to set values here git-svn-id: https://zxing.googlecode.com/svn/trunk@1219 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- build.properties | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.properties b/build.properties index 8d3fd3d54..f1b645bd7 100644 --- a/build.properties +++ b/build.properties @@ -1,10 +1,16 @@ version=1.4 +# If you are building the J2ME client: +# # Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed # Location on Linux varies but is typically under /usr/local or /usr/lib # On Windows the default install directory is C:\WTK2.5.2 # Mac users: there is no WTK for Mac at the moment. The installer for Linux may work on Intel-based # Macs (haven't tried it) but I believe the preverify binary will not run. +# +# If you are buildling the Android client or optimized Java client: +# Just create a 'WTK' directory wherever you like and add its location here. Proguard's +# proguard.jar will still be expected at this location as bin/proguard.jar for historical reasons. # Uncomment or set appropriately: #WTK-home=C:\\WTK2.5.2 @@ -25,6 +31,7 @@ WTK-home=/usr/local/WTK2.5.2 BB-JDK-home=/usr/local/bb-home # Set this to the location where you installed the Android SDK. +#android-home=C:\\Program Files\\android-sdk-windows android-home=/usr/local/android # Set this to the location of a Tomcat installation if you want to compile and run the zxing.org