X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=build.properties;fp=build.properties;h=f1b645bd7e0f5c96f5205e77e7058bc1ed4b2837;hp=8d3fd3d548d0abad8de90ea5509d739ccec505f6;hb=f3880381fadf9a11ec6b59b898511cd1624946bc;hpb=b0b2b014e8d1da533b5db368f6eb6df8c1d2fe71 diff --git a/build.properties b/build.properties index 8d3fd3d5..f1b645bd 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