Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-06-07 17:18:35 +0000
committerEike Stepper2011-06-07 17:18:35 +0000
commit960b1c3f68cf6568b2ad023675bbc74b852b8a10 (patch)
tree9a893a3df460fcff8a55dd3a6e3c4996e5cd7b36 /plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn
parent411c1fc24ac28546817489d535241a3a937af225 (diff)
downloadcdo-960b1c3f68cf6568b2ad023675bbc74b852b8a10.tar.gz
cdo-960b1c3f68cf6568b2ad023675bbc74b852b8a10.tar.xz
cdo-960b1c3f68cf6568b2ad023675bbc74b852b8a10.zip
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/plugin.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/META-INF/MANIFEST.MF
index 87a4e592ce..62a08249db 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
+Bundle-Name: %fragmentName
Bundle-SymbolicName: org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn;singleton:=true
Bundle-Version: 1.0.0.qualifier
Fragment-Host: org.eclipse.emf.cdo.dawn.examples.acore.editor
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/plugin.properties
index dce46f88c2..50e08bfc40 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/plugin.properties
@@ -7,5 +7,5 @@
# Contributors:
# Martin Fluegge - initial API and implementation
-pluginName = CDO Dawn Examples Acore Editor Extension
+fragmentName = CDO Dawn Examples Acore Editor Extension
providerName = Eclipse Modeling Project

Back to the top