Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-18 09:54:30 +0000
committerEike Stepper2011-05-18 09:54:30 +0000
commitf109d51b7cd33a5659bba72f526293b29a25ee98 (patch)
tree78714bb7ff4398010181f25dcc2d5e259ea0e297 /plugins
parent4173b51978d21faa3b4a77f0890cb5eea1d99c29 (diff)
downloadcdo-f109d51b7cd33a5659bba72f526293b29a25ee98.tar.gz
cdo-f109d51b7cd33a5659bba72f526293b29a25ee98.tar.xz
cdo-f109d51b7cd33a5659bba72f526293b29a25ee98.zip
fixed NLS issues
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties14
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.objectivity/META-INF/MANIFEST.MF1
-rw-r--r--plugins/org.eclipse.emf.cdo.workspace.efs/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.workspace/plugin.properties2
5 files changed, 4 insertions, 17 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF
index 4cc5cbe93a..d550f39e1a 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %providerName
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.dawn.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.emf.cdo.dawn.tests.bundle.OM$Activator
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties
index 4f7ee9f388..e3dde394d2 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties
@@ -7,19 +7,5 @@
# Contributors:
# Martin Fluegge - initial API and implementation
-# NLS_MESSAGEFORMAT_VAR
-
-# ==============================================================================
-# Do not change the properties between this line and the last line containing:
-# %%% END OF TRANSLATED PROPERTIES %%%
-# Instead, either redefine an existing property, or create a new property,
-# append it to the end of the file, and change the code to use the new name.
-# ==============================================================================
-
pluginName = CDO Dawn Tests
providerName = Eclipse Modeling Project
-
-# ==============================================================================
-# %%% END OF TRANSLATED PROPERTIES %%%
-# The above properties have been shipped for translation.
-# ==============================================================================
diff --git a/plugins/org.eclipse.emf.cdo.tests.objectivity/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.tests.objectivity/META-INF/MANIFEST.MF
index 50f21bc31d..b0ef74c825 100644
--- a/plugins/org.eclipse.emf.cdo.tests.objectivity/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.tests.objectivity/META-INF/MANIFEST.MF
@@ -7,6 +7,7 @@ Require-Bundle: org.eclipse.emf.cdo.server.objectivity;bundle-version="[4.0.0,5.
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Import-Package: com.objy.as;version="[3.0.0,4.0.0)",
com.objy.as.app;version="[3.0.0,4.0.0)",
com.objy.db;version="[3.0.0,4.0.0)",
diff --git a/plugins/org.eclipse.emf.cdo.workspace.efs/plugin.properties b/plugins/org.eclipse.emf.cdo.workspace.efs/plugin.properties
index 41734625b7..996618c568 100644
--- a/plugins/org.eclipse.emf.cdo.workspace.efs/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.workspace.efs/plugin.properties
@@ -7,5 +7,5 @@
# Contributors:
# Eike Stepper - initial API and implementation
-pluginName = CDO Model Repository Workspace EFS
+pluginName = CDO Model Repository Client Workspace EFS
providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.emf.cdo.workspace/plugin.properties b/plugins/org.eclipse.emf.cdo.workspace/plugin.properties
index cdd8d3403a..6fac9ae921 100644
--- a/plugins/org.eclipse.emf.cdo.workspace/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.workspace/plugin.properties
@@ -7,5 +7,5 @@
# Contributors:
# Eike Stepper - initial API and implementation
-pluginName = CDO Model Repository Workspace
+pluginName = CDO Model Repository Client Workspace
providerName = Eclipse Modeling Project

Back to the top