diff options
| author | jlescot | 2007-11-22 15:23:46 +0000 |
|---|---|---|
| committer | jlescot | 2007-11-22 15:23:46 +0000 |
| commit | 5f002924cc3d855f362d80de87dcd44932763ce3 (patch) | |
| tree | ab30b23a18260e225c53e068d12028e986146779 | |
| parent | 92a12119016cfc399fd32fcdcd209f034a1ef77a (diff) | |
| download | org.eclipse.ecoretools-5f002924cc3d855f362d80de87dcd44932763ce3.tar.gz org.eclipse.ecoretools-5f002924cc3d855f362d80de87dcd44932763ce3.tar.xz org.eclipse.ecoretools-5f002924cc3d855f362d80de87dcd44932763ce3.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.tabbedproperties/META-INF/MANIFEST.MF | 2 | ||||
| -rw-r--r-- | plugins/org.eclipse.emf.tabbedproperties/plugin.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.tabbedproperties/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.tabbedproperties/META-INF/MANIFEST.MF index 7941aa6..8088eb0 100644 --- a/plugins/org.eclipse.emf.tabbedproperties/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.tabbedproperties/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName (Incubation) +Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.emf.tabbedproperties;singleton:=true Bundle-Version: 0.8.0.qualifier diff --git a/plugins/org.eclipse.emf.tabbedproperties/plugin.properties b/plugins/org.eclipse.emf.tabbedproperties/plugin.properties index 18e6906..9cf8f3d 100644 --- a/plugins/org.eclipse.emf.tabbedproperties/plugin.properties +++ b/plugins/org.eclipse.emf.tabbedproperties/plugin.properties @@ -9,7 +9,7 @@ # * Contributors: # * Anyware Technologies - Initial API and implementation # * -# * $Id: plugin.properties,v 1.1 2007/11/07 15:11:26 dsciamma Exp $ +# * $Id: plugin.properties,v 1.2 2007/11/22 15:23:46 jlescot Exp $ # */ # NLS_MESSAGEFORMAT_VAR @@ -21,7 +21,7 @@ # append it to the end of the file, and change the code to use the new name. # ============================================================================== -pluginName=EMF Tabbed Properties +pluginName=EMF Tabbed Properties (Incubation) providerName=Eclipse.org copyright=Copyright (c) 2006, 2007 Anyware Technologies. All rights reserved. |
