Added some more docs / examples to clarify how to set values here
[zxing.git] / build.properties
1 version=1.4
2
3 # If you are building the J2ME client:
4 #
5 # Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed
6 # Location on Linux varies but is typically under /usr/local or /usr/lib
7 # On Windows the default install directory is C:\WTK2.5.2
8 # Mac users: there is no WTK for Mac at the moment. The installer for Linux may work on Intel-based
9 # Macs (haven't tried it) but I believe the preverify binary will not run.
10 #
11 # If you are buildling the Android client or optimized Java client:
12 # Just create a 'WTK' directory wherever you like and add its location here. Proguard's
13 # proguard.jar will still be expected at this location as bin/proguard.jar for historical reasons.
14
15 # Uncomment or set appropriately:
16 #WTK-home=C:\\WTK2.5.2
17 WTK-home=/usr/local/WTK2.5.2
18
19 # Set this to the location where you have installed RIM's BlackBerry JDE in order to
20 # create the 'rim' client. There is no Mac or Linux version, but, these platforms can still
21 # build by obtaining a copy of net_rim_api.jar and rapc.jar from a Windows installation,
22 # and creating a fake mini installation home somewhere with the following files:
23 # [your home]/
24 #   bin/
25 #     rapc.jar
26 #   lib/
27 #     net_rim_api.jar
28
29 # Uncomment and set appropriately
30 #BB-JDK-home=C:\\Program Files\\Research In Motion\\Blackberry JDE 4.3.0
31 BB-JDK-home=/usr/local/bb-home
32
33 # Set this to the location where you installed the Android SDK.
34 #android-home=C:\\Program Files\\android-sdk-windows
35 android-home=/usr/local/android
36
37 # Set this to the location of a Tomcat installation if you want to compile and run the zxing.org
38 # web site and web application
39 #tomcat-home=C:\\tomcat
40 tomcat-home=/usr/local/tomcat
41
42 # Uncomment and set this variable if building the zxing.appspot.com subdirectory. It points to the
43 # location of the Google Web Toolkit (GWT) which can be downloaded here:
44 # http://code.google.com/webtoolkit/
45 # It builds against GWT 1.7 at the moment.
46 #GWT-home=/usr/local/gwt