-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.properties
97 lines (86 loc) · 2.89 KB
/
project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# BlackBerry WebWorks Packager Directory
#
# The BlackBerry WebWorks Packager (bbwp) is required for compiling and packaging
# BlackBerry WebWorks applications for deployment to a BlackBerry device
# or simulator. The bbwp utility is installed with the standalone BlackBerry
# WebWorks SDK, and as part of the BlackBerry Web Plugin for Eclipse.
#
# Please specify the location of the BlackBerry WebWorks Packager in your
# environment.
#
# Typical location of bbwp for standalone BlackBerry WebWorks SDK installation:
# C:\Program Files (x86)\Research In Motion\BlackBerry Widget Packager
#
# Typical location of bbwp for BlackBerry Web Plugin for Eclipse installation:
# C:\Eclipse-3.5.2\plugins\net.rim.browser.tools.wcpc_1.0.0.201003191451-126\wcpc
#
# The ANT script is brittle and requires you to escape the backslashes.
# e.g. C:\some\path must be C:\\some\\path
#
# Please remember to:
# - Double escape your backslahses (i.e. \ must be \\)
# - Do not add a trailing slash (e.g. C:\some\path)
#
blackberry.bbwp.dir=C:\\Program Files (x86)\\Research In Motion\\BlackBerry WebWorks SDK 2.3.1.5
playbook.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks SDK for TabletOS 2.1.0.6\\bbwp
# (Optional) Simulator Directory
#
# If sim.dir is not specified, the build script will use the simulator directory
# within the Blackberry WebWorks Packager.
#
blackberry.sim.dir=C:\\Program Files (x86)\\Research In Motion\\BlackBerry Smartphone Simulators 7.1.0\\7.1.0.98 (9900)
# (Optional) Simulator Binary
#
# If sim.bin is not specified, the build script will attempt to use the default
# simulator in the simulator directory.
#
blackberry.sim.bin=9900.bat
# (Optional) MDS Directory
#
# If mds.dir is not specified, the build script will attempt to use the MDS that
# is installed with the Blackberry WebWorks Packager.
#
blackberry.mds.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks Packager\\mds
# BlackBerry Code Signing Password
#
# If you leave this field blank, then
# the signing tool will prompt you each time
#
blackberry.sigtool.password=
# Playbook Code Signing Password
#
# If you leave these fields blank, then
# signing will fail
#
playbook.sigtool.csk.password=
playbook.sigtool.p12.password=
# BlackBerry Simulator Password
#
# If you leave this field blank, then
# you cannot deploy to simulator
#
blackberry.sim.password=
# Playbook Simulator IP
#
# If you leave this field blank, then
# you cannot deploy to simulator
#
playbook.sim.ip=
# Playbook Simulator Password
#
# If you leave this field blank, then
# you cannot deploy to simulator
#
playbook.sim.password=
# Playbook Device IP
#
# If you leave this field blank, then
# you cannot deploy to device
#
playbook.device.ip=
# Playbook Device Password
#
# If you leave this field blank, then
# you cannot deploy to device
#
playbook.device.password=