2010-04-12 01:59:41 -07:00
|
|
|
version=1.6
|
|
|
|
|
|
|
|
# Set to the location where ProGuard's proguard.jar file can be found
|
|
|
|
#proguard-jar=
|
2007-11-26 08:21:57 -08:00
|
|
|
|
2010-02-24 10:45:18 -08:00
|
|
|
# If you are building the J2ME client:
|
|
|
|
#
|
2010-04-12 01:59:41 -07:00
|
|
|
# Set this to a location where Sun's Java ME SDK, version 3.0 or later, has been installed.
|
|
|
|
# You can use version 2.5.2 or perhaps earlier, but will need to modify javame/build.xml to
|
|
|
|
# use different .jar paths.
|
2007-12-07 14:02:11 -08:00
|
|
|
|
|
|
|
# Uncomment or set appropriately:
|
2010-04-12 01:59:41 -07:00
|
|
|
#WTK-home=/Applications/Java_ME_SDK_3.0.app/Contents/Resources
|
2007-11-26 08:21:57 -08:00
|
|
|
|
2007-11-28 09:16:12 -08:00
|
|
|
# Set this to the location where you have installed RIM's BlackBerry JDE in order to
|
|
|
|
# create the 'rim' client. There is no Mac or Linux version, but, these platforms can still
|
|
|
|
# build by obtaining a copy of net_rim_api.jar and rapc.jar from a Windows installation,
|
2008-01-07 13:19:03 -08:00
|
|
|
# and creating a fake mini installation home somewhere with the following files:
|
|
|
|
# [your home]/
|
|
|
|
# bin/
|
|
|
|
# rapc.jar
|
|
|
|
# lib/
|
|
|
|
# net_rim_api.jar
|
2007-12-07 14:02:11 -08:00
|
|
|
|
|
|
|
# Uncomment and set appropriately
|
2008-01-07 13:19:03 -08:00
|
|
|
#BB-JDK-home=C:\\Program Files\\Research In Motion\\Blackberry JDE 4.3.0
|
2010-04-12 01:59:41 -07:00
|
|
|
#BB-JDK-home=/usr/local/bb-home
|
2008-02-14 12:36:58 -08:00
|
|
|
|
|
|
|
# Set this to the location where you installed the Android SDK.
|
2010-02-24 10:45:18 -08:00
|
|
|
#android-home=C:\\Program Files\\android-sdk-windows
|
2010-04-12 01:59:41 -07:00
|
|
|
#android-home=/usr/local/android
|
2008-03-28 09:57:55 -07:00
|
|
|
|
2008-05-02 15:18:38 -07:00
|
|
|
# Set this to the location of a Tomcat installation if you want to compile and run the zxing.org
|
|
|
|
# web site and web application
|
2008-05-05 11:12:19 -07:00
|
|
|
#tomcat-home=C:\\tomcat
|
2010-04-12 01:59:41 -07:00
|
|
|
#tomcat-home=/usr/local/tomcat
|
2008-12-16 13:20:50 -08:00
|
|
|
|
|
|
|
# Uncomment and set this variable if building the zxing.appspot.com subdirectory. It points to the
|
|
|
|
# location of the Google Web Toolkit (GWT) which can be downloaded here:
|
|
|
|
# http://code.google.com/webtoolkit/
|
2009-10-09 08:12:57 -07:00
|
|
|
# It builds against GWT 1.7 at the moment.
|
2008-12-16 13:20:50 -08:00
|
|
|
#GWT-home=/usr/local/gwt
|