···2929jde460.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack4.6.0_4.6.0.23/components
3030jde470.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack4.7.0_4.7.0.57/components
3131jde500.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack5.0.0_5.0.0.25/components
3232-jde600.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack6.0.0_6.0.0.29/components
3232+jde600.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack6.0.0_6.0.0.30/components
33333434#
3535# Uncomment and set your private key password for code signing
···4141# If these parameters are omitted, the application will be built without
4242# analytics support.
4343#
4444-#webtrends.library=../lib/AnalyticsServicev0.93Beta.jar
4444+#webtrends.library=../lib/AnalyticsService_v1.0.jar
4545#webtrends.dcsid=
···1414 bb-ant-tools.patch | Patch to BlackBerry Ant Tools
1515 ant-contrib-1.0b3.jar | Ant-Contrib Tasks
1616 hammockmaker-2.1.0.jar | HammockMaker tool (from the Hammock distribution)
1717- AnalyticsServicev0.93Beta.jar | BlackBerry Analytics Service SDK
1818- AnalyticsServicev0.93Beta-doc.zip | JavaDocs for above
1919- webtrends-template.xml | Analtics configuration template
1717+ AnalyticsService_v1.0.jar | BlackBerry Analytics Service SDK
1818+ AnalyticsService_v1.0-doc.zip | JavaDocs for above
1919+ webtrends-template.xml | Analtics configuration template
202021212222Sources:
+9-9
lib/webtrends-template.xml
···3232 <!-- Version of your application. -->
3333 <string name="wt_dc_app_version">1.0</string>
34343535- <!-- Percent of battery life remaining when event send is paused. This is the recommended setting for Webtrends data collection. -->
3535+ <!-- Percent of battery life remaining when event send is paused. This is the recommended setting for BlackBerry Analytics Service data collection. -->
3636 <string name="wt_dc_charge_threshold_minimum">30</string>
37373838- <!-- Supply a unique ID in the format dcsxxxxxxxxxxxxxxxxxxxxxx_xxxx that is associated with a Webtrends data source. This ID identifies your data to the Webtrends data collection server. If you don't have a dcsid, contact your Webtrends administrator.-->
3838+ <!-- Supply a unique ID in the format dcsxxxxxxxxxxxxxxxxxxxxxx_xxxx that is associated with a BlackBerry Analytics Service data source. This ID identifies your data to the BlackBerry Analytics Service data collection server. If you don't have a dcsid, contact your BlackBerry Analytics Service administrator.-->
3939 <string name="wt_dc_dcsid">YOUR_WEBTRENDS_DCSID_HERE</string>
40404141 <!-- Set this value to "true" if you want to enable application logging. -->
4242 <string name="wt_dc_debug">false</string>
43434444- <!-- Set this value to "false" if you want to disable the Webtrends library. -->
4444+ <!-- Set this value to "false" if you want to disable the BlackBerry Analytics Service library. -->
4545 <string name="wt_dc_enabled">true</string>
46464747- <!-- Number of times to retry sending an event in response to send error. This is the recommended setting for Webtrends data collection. -->
4747+ <!-- Number of times to retry sending an event in response to send error. This is the recommended setting for BlackBerry Analytics Service data collection. -->
4848 <string name="wt_dc_event_retry_maximum">5</string>
49495050- <!-- Maximum number of events stored in event queue. This is the recommended setting for Webtrends data collection. -->
5050+ <!-- Maximum number of events stored in event queue. This is the recommended setting for BlackBerry Analytics Service data collection. -->
5151 <string name="wt_dc_event_table_size_maximum">10000</string>
52525353- <!-- Set this value to "true" if you want the Webtrends library to request PERMISSION_INTERNET, PERMISSION_CROSS_APPLICATION_COMMUNICATION, PERMISSION_SECURITY_DATA from the permission database. Otherwise you must manage permissions. -->
5353+ <!-- Set this value to "true" if you want the BlackBerry Analytics Service library to request PERMISSION_INTERNET, PERMISSION_CROSS_APPLICATION_COMMUNICATION, PERMISSION_SECURITY_DATA from the permission database. Otherwise you must manage permissions. -->
5454 <string name="wt_dc_request_permission">false</string>
55555656- <!-- Session expiration in minutes. This is the recommended setting for Webtrends data collection. -->
5656+ <!-- Session expiration in minutes. This is the recommended setting for BlackBerry Analytics Service data collection. -->
5757 <string name="wt_dc_session_maximum">480</string>
58585959- <!-- Session timeout in minutes. This is the recommended setting for Webtrends data collection. -->
5959+ <!-- Session timeout in minutes. This is the recommended setting for BlackBerry Analytics Service data collection. -->
6060 <string name="wt_dc_session_timeout">30</string>
61616262- <!-- Timezone of datasource in number of hours offset from GMT. -->
6262+ <!-- Time zone of data source in number of hours offset from GMT. -->
6363 <string name="wt_dc_timezone">-5</string>
64646565 <!-- Data Collection API base URL. This URL is static and should not be changed. -->