| 1 | # |
|---|
| 2 | # project.properties |
|---|
| 3 | # |
|---|
| 4 | module.title=LogicMail |
|---|
| 5 | module.name=LogicMail |
|---|
| 6 | module.description=LogicMail for BlackBerry |
|---|
| 7 | module.vendor=Derek Konigsberg |
|---|
| 8 | module.copyright=Copyright (c) 2011, Derek Konigsberg |
|---|
| 9 | module.version=2.2.0 |
|---|
| 10 | # |
|---|
| 11 | # Build number, typically set for automated builds |
|---|
| 12 | # |
|---|
| 13 | module.build=0 |
|---|
| 14 | # |
|---|
| 15 | # Locales to include in addition to the default |
|---|
| 16 | # |
|---|
| 17 | module.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 | # |
|---|
| 23 | module.release=no |
|---|
| 24 | #module.release.param=Beta |
|---|
| 25 | # |
|---|
| 26 | # Set the paths to the JDEs to build with |
|---|
| 27 | # |
|---|
| 28 | jde450.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack4.5.0_4.5.0.28/components |
|---|
| 29 | jde460.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack4.6.0_4.6.0.23/components |
|---|
| 30 | jde470.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack4.7.0_4.7.0.57/components |
|---|
| 31 | jde500.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack5.0.0_5.0.0.25/components |
|---|
| 32 | jde600.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= |
|---|