source: trunk/LogicMail/project.properties @ 974

Revision 974, 1.5 KB checked in by octorian, 4 months ago (diff)

Updated trunk version to 2.2

Line 
1#
2# project.properties
3#
4module.title=LogicMail
5module.name=LogicMail
6module.description=LogicMail for BlackBerry
7module.vendor=Derek Konigsberg
8module.copyright=Copyright (c) 2011, Derek Konigsberg
9module.version=2.2.0
10#
11# Build number, typically set for automated builds
12#
13module.build=0
14#
15# Locales to include in addition to the default
16#
17module.locales=de,es,ru,zh,zh_CN
18#
19# Set to "yes" for release builds.  This disables any application features
20# intended only for testing, such as manual locale selection.  To add on a
21# version moniker (e.g. "Beta"), set the "module.release.param" property.
22#
23module.release=no
24#module.release.param=Beta
25#
26# Set the paths to the JDEs to build with
27#
28jde450.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack4.5.0_4.5.0.28/components
29jde460.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack4.6.0_4.6.0.23/components
30jde470.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack4.7.0_4.7.0.57/components
31jde500.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack5.0.0_5.0.0.25/components
32jde600.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack6.0.0_6.0.0.30/components
33
34#
35# Uncomment and set your private key password for code signing
36#
37#sigtool.password=
38
39#
40# Uncomment and set these to enable use of the BlackBerry Analytics service.
41# If these parameters are omitted, the application will be built without
42# analytics support.
43#
44#webtrends.library=../lib/AnalyticsService_v1.0.jar
45#webtrends.dcsid=
Note: See TracBrowser for help on using the repository browser.