Author: adietish
Date: 2010-09-14 10:36:08 -0400 (Tue, 14 Sep 2010)
New Revision: 24913
Added:
trunk/usage/plugins/org.jboss.tools.usage/OSGI-INF/
trunk/usage/plugins/org.jboss.tools.usage/OSGI-INF/l10n/
trunk/usage/plugins/org.jboss.tools.usage/OSGI-INF/l10n/bundle.properties
trunk/usage/plugins/org.jboss.tools.usage/config.ini
trunk/usage/tests/org.jboss.tools.usage.test/OSGI-INF/
trunk/usage/tests/org.jboss.tools.usage.test/OSGI-INF/l10n/
trunk/usage/tests/org.jboss.tools.usage.test/OSGI-INF/l10n/bundle.properties
Removed:
trunk/usage/plugins/org.jboss.tools.usage/plugin.properties
Modified:
trunk/usage/plugins/org.jboss.tools.usage/.classpath
trunk/usage/plugins/org.jboss.tools.usage/.settings/org.eclipse.jdt.core.prefs
trunk/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF
trunk/usage/plugins/org.jboss.tools.usage/build.properties
trunk/usage/plugins/org.jboss.tools.usage/plugin.xml
trunk/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF
trunk/usage/tests/org.jboss.tools.usage.test/build.properties
Log:
[JBIDE-7020] implentation & tests internationalized
Modified: trunk/usage/plugins/org.jboss.tools.usage/.classpath
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/.classpath 2010-09-14 14:35:41 UTC (rev
24912)
+++ trunk/usage/plugins/org.jboss.tools.usage/.classpath 2010-09-14 14:36:08 UTC (rev
24913)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/usage/plugins/org.jboss.tools.usage/.settings/org.eclipse.jdt.core.prefs
===================================================================
---
trunk/usage/plugins/org.jboss.tools.usage/.settings/org.eclipse.jdt.core.prefs 2010-09-14
14:35:41 UTC (rev 24912)
+++
trunk/usage/plugins/org.jboss.tools.usage/.settings/org.eclipse.jdt.core.prefs 2010-09-14
14:36:08 UTC (rev 24913)
@@ -1,5 +1,11 @@
-#Fri Aug 06 17:57:19 CEST 2010
+#Tue Sep 14 16:15:24 CEST 2010
eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
Modified: trunk/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF 2010-09-14 14:35:41 UTC
(rev 24912)
+++ trunk/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF 2010-09-14 14:36:08 UTC
(rev 24913)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %BundleName
+Bundle-Name: %bundle-name
Bundle-SymbolicName: org.jboss.tools.usage;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
@@ -10,10 +10,12 @@
org.jboss.tools.usage.internal;x-friends:="org.jboss.tools.usage.test",
org.jboss.tools.usage.preferences;x-friends:="org.jboss.tools.usage.test",
org.jboss.tools.usage.reporting;x-friends:="org.jboss.tools.usage.test",
- org.jboss.tools.usage.util
-Require-Bundle: org.eclipse.osgi;bundle-version="3.5.0",
+ org.jboss.tools.usage.util,
+ org.jboss.tools.usage.util.collectionfilter,
+ org.jboss.tools.usage.util.reader
+Require-Bundle: org.eclipse.osgi;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ui;bundle-version="3.5.0"
+ org.eclipse.ui;bundle-version="[3.5.0,4.0.0)"
Bundle-Activator: org.jboss.tools.usage.internal.JBossToolsUsageActivator
-Bundle-Vendor: %BundleVendor
+Bundle-Vendor: %bundle-vendor
Bundle-ActivationPolicy: lazy
Added: trunk/usage/plugins/org.jboss.tools.usage/OSGI-INF/l10n/bundle.properties
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/OSGI-INF/l10n/bundle.properties
(rev 0)
+++ trunk/usage/plugins/org.jboss.tools.usage/OSGI-INF/l10n/bundle.properties 2010-09-14
14:36:08 UTC (rev 24913)
@@ -0,0 +1,4 @@
+#Properties file for org.jboss.tools.usage
+page.name = Usage Reporting Preferences
+bundle-name = JBoss Tools Usage Reporting
+bundle-vendor = JBoss by Red Hat
\ No newline at end of file
Property changes on:
trunk/usage/plugins/org.jboss.tools.usage/OSGI-INF/l10n/bundle.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/usage/plugins/org.jboss.tools.usage/build.properties
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/build.properties 2010-09-14 14:35:41 UTC
(rev 24912)
+++ trunk/usage/plugins/org.jboss.tools.usage/build.properties 2010-09-14 14:36:08 UTC
(rev 24913)
@@ -1,10 +1,18 @@
source.. = src/
output.. = bin/
-bin.includes = META-INF/,\
- .,\
+bin.includes = .,\
+ plugin.properties.bak,\
+ OSGI-INF/l10n/bundle.properties,\
+ .classpath,\
+ .project,\
+ .settings/,\
+ META-INF/,\
+ JBoss Usage Reporter.launch,\
+ about.html,\
+ build.properties,\
plugin.xml,\
- about.html,\
- bin/
+ pom.xml,\
+ src/
src.includes = .classpath,\
.project,\
.settings/,\
@@ -13,4 +21,8 @@
about.html,\
build.properties,\
plugin.xml,\
- src/
+ src/,\
+ plugin.properties.bak,\
+ pom.xml,\
+ plugin.properties,\
+ OSGI-INF/
Added: trunk/usage/plugins/org.jboss.tools.usage/config.ini
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/config.ini (rev 0)
+++ trunk/usage/plugins/org.jboss.tools.usage/config.ini 2010-09-14 14:36:08 UTC (rev
24913)
@@ -0,0 +1,20 @@
+org.jboss.tools.usage/ask_user_for_usage_report_preference=false
+org.jboss.tools.usage.configuration.ask_user_for_usage_report_preference=false
+configuration/org.jboss.tools.usage.ask_user_for_usage_report_preference=false
+eclipse.ask_user_for_usage_report_preference=false
+org.eclipse.pde.core.ask_user_for_usage_report_preference=false
+org.eclipse.core.runtime.ask_user_for_usage_report_preference=false
+ask_user_for_usage_report_preference=false
+
+org.eclipse.update.reconcile=false
+eclipse.p2.profile=SDKProfile
+osgi.instance.area.default=(a)user.home/Documents/workspace
+osgi.framework=file\:/Applications/jbdevstudio/eclipse/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
+eclipse.buildId=M20100211-1343
+org.eclipse.equinox.simpleconfigurator.configUrl=file\:/Users/admin/workspaces/jboss-tools-usage/.metadata/.plugins/org.eclipse.pde.core/JBoss
Usage Reporter/org.eclipse.equinox.simpleconfigurator/bundles.info
+osgi.configuration.cascaded=true
+eclipse.product=com.jboss.jbds.product.product
+eclipse.application=org.eclipse.ui.ide.workbench
+eclipse.p2.data.area=(a)config.dir/.p2
+osgi.bundles.defaultStartLevel=4
+osgi.framework.extensions=reference\:file\:org.eclipse.equinox.transforms.hook_1.0.100.v20100119-2308.jar,reference\:file\:javax.transaction_1.1.1.v201002111330.jar
Property changes on: trunk/usage/plugins/org.jboss.tools.usage/config.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Deleted: trunk/usage/plugins/org.jboss.tools.usage/plugin.properties
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/plugin.properties 2010-09-14 14:35:41 UTC
(rev 24912)
+++ trunk/usage/plugins/org.jboss.tools.usage/plugin.properties 2010-09-14 14:36:08 UTC
(rev 24913)
@@ -1,2 +0,0 @@
-BundleName=JBoss Tools Usage Reporting
-BundleVendor=JBoss by Red Hat
\ No newline at end of file
Modified: trunk/usage/plugins/org.jboss.tools.usage/plugin.xml
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/plugin.xml 2010-09-14 14:35:41 UTC (rev
24912)
+++ trunk/usage/plugins/org.jboss.tools.usage/plugin.xml 2010-09-14 14:36:08 UTC (rev
24913)
@@ -12,7 +12,7 @@
<page
class="org.jboss.tools.usage.preferences.UsageReportPreferencePage"
id="org.jboss.tools.usage.analytics.preferences.UsageAnalyticsPreferencePage"
- name="Usage Reporting Preferences"
+ name="%page.name"
category="org.jboss.tools.common.model.ui.MainPreferencePage">
</page>
</extension>
Modified: trunk/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF 2010-09-14 14:35:41
UTC (rev 24912)
+++ trunk/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF 2010-09-14 14:36:08
UTC (rev 24913)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Tests for JBoss Tools Usage Reporting
+Bundle-Name: %bundle-name
Bundle-SymbolicName: org.jboss.tools.usage.test
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
@@ -9,4 +9,5 @@
org.eclipse.core.runtime;bundle-version="3.5.0",
org.junit4;bundle-version="[4.8.1,5.0.0)"
Bundle-Activator: org.jboss.tools.usage.test.JBossToolsUsageTestActivator
+Bundle-Vendor: %bundle-vendor
Bundle-ActivationPolicy: lazy
Added: trunk/usage/tests/org.jboss.tools.usage.test/OSGI-INF/l10n/bundle.properties
===================================================================
--- trunk/usage/tests/org.jboss.tools.usage.test/OSGI-INF/l10n/bundle.properties
(rev 0)
+++
trunk/usage/tests/org.jboss.tools.usage.test/OSGI-INF/l10n/bundle.properties 2010-09-14
14:36:08 UTC (rev 24913)
@@ -0,0 +1,3 @@
+#Properties file for org.jboss.tools.usage.test
+bundle-name = Tests for JBoss Tools Usage Reporting
+bundle-vendor = JBoss by Red Hat
Property changes on:
trunk/usage/tests/org.jboss.tools.usage.test/OSGI-INF/l10n/bundle.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/usage/tests/org.jboss.tools.usage.test/build.properties
===================================================================
--- trunk/usage/tests/org.jboss.tools.usage.test/build.properties 2010-09-14 14:35:41 UTC
(rev 24912)
+++ trunk/usage/tests/org.jboss.tools.usage.test/build.properties 2010-09-14 14:36:08 UTC
(rev 24913)
@@ -3,7 +3,8 @@
bin.includes = META-INF/,\
.,\
about.html,\
- bin/
+ bin/,\
+ OSGI-INF/l10n/bundle.properties
src.includes = .settings/,\
.project,\
.classpath,\
@@ -19,4 +20,7 @@
GlobalUsageReportingSettingsTest.launch,\
JBossToolsUsageIntegrationTest.launch,\
UsageTestSuite.launch,\
- pom.xml
+ pom.xml,\
+ JBossToolsComponentsTest.launch,\
+ ReportingEclipseEnvironmentTest.launch,\
+ OSGI-INF/