Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlescot2007-11-22 15:23:43 +0000
committerjlescot2007-11-22 15:23:43 +0000
commitba1c8f99a92e7fab178d8b9307a1b82d7623aff4 (patch)
tree1986411f01cbc7acef34ece260014af3e2925a4e
parent5e02d7087fa2ea3553231b5240f1a74259cc1882 (diff)
downloadorg.eclipse.ecoretools-ba1c8f99a92e7fab178d8b9307a1b82d7623aff4.tar.gz
org.eclipse.ecoretools-ba1c8f99a92e7fab178d8b9307a1b82d7623aff4.tar.xz
org.eclipse.ecoretools-ba1c8f99a92e7fab178d8b9307a1b82d7623aff4.zip
(Incubation) should be present in the Localization file, no directly inside the MANIFEST.MF or feature.xml file
-rw-r--r--plugins/org.eclipse.emf.ecoretools.properties/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.emf.ecoretools.properties/plugin.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.ecoretools.properties/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.ecoretools.properties/META-INF/MANIFEST.MF
index d3c76cb..6f3be6a 100644
--- a/plugins/org.eclipse.emf.ecoretools.properties/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.ecoretools.properties/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName (Incubation)
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.ecoretools.properties;singleton:=true
Bundle-Version: 0.8.0.qualifier
Bundle-Activator: org.eclipse.emf.ecoretools.properties.internal.Activator
diff --git a/plugins/org.eclipse.emf.ecoretools.properties/plugin.properties b/plugins/org.eclipse.emf.ecoretools.properties/plugin.properties
index ec07992..06b686a 100644
--- a/plugins/org.eclipse.emf.ecoretools.properties/plugin.properties
+++ b/plugins/org.eclipse.emf.ecoretools.properties/plugin.properties
@@ -18,7 +18,7 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-pluginName=Ecore Properties
+pluginName=Ecore Properties (Incubation)
providerName=Eclipse.org
copyright=Copyright (c) 2007 Anyware Technologies. All rights reserved.

Back to the top