Skip to main content
summaryrefslogtreecommitdiffstats
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/org.eclipse.emf.cdo.dawn.tests
parent4173b51978d21faa3b4a77f0890cb5eea1d99c29 (diff)
downloadcdo-f109d51b7cd33a5659bba72f526293b29a25ee98.tar.gz
cdo-f109d51b7cd33a5659bba72f526293b29a25ee98.tar.xz
cdo-f109d51b7cd33a5659bba72f526293b29a25ee98.zip
fixed NLS issues
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.tests')
-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
2 files changed, 1 insertions, 15 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.
-# ==============================================================================

Back to the top