Changed for 0.5.5
[zxing.git] / build.properties
1 version=0.5.5
2
3 # Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed
4 # Location on Linux varies but is typically under /usr/local or /usr/lib
5 # On Windows the default install directory is C:\WTK2.5.2
6 # Mac users: there is no WTK for Mac at the moment. The installer for Linux may work on Intel-based
7 # Macs (haven't tried it) but I believe the preverify binary will not run.
8
9 # Uncomment or set appropriately:
10 #WTK-home=C:\\WTK2.5.2
11 #WTK-home=/usr/local/WTK2.5.2
12
13 # Set this to the location where you have installed RIM's BlackBerry JDE in order to
14 # create the 'rim' client. There is no Mac or Linux version, but, these platforms can still
15 # build by obtaining a copy of net_rim_api.jar and rapc.jar from a Windows installation,
16 # and creating a fake mini installation home somewhere with the following files:
17 # [your home]/
18 #   bin/
19 #     rapc.jar
20 #   lib/
21 #     net_rim_api.jar
22
23 # Uncomment and set appropriately
24 #BB-JDK-home=C:\\Program Files\\Research In Motion\\Blackberry JDE 4.3.0
25 #BB-JDK-home=bb-home
26
27 # Set this to the location where you installed the Android SDK.
28 #android-home=/usr/local/android