Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/editor/org.eclipse.emf.facet.custom.metamodel.editor/META-INF/MANIFEST.MF')
-rw-r--r--plugins/facet/editor/org.eclipse.emf.facet.custom.metamodel.editor/META-INF/MANIFEST.MF10
1 files changed, 4 insertions, 6 deletions
diff --git a/plugins/facet/editor/org.eclipse.emf.facet.custom.metamodel.editor/META-INF/MANIFEST.MF b/plugins/facet/editor/org.eclipse.emf.facet.custom.metamodel.editor/META-INF/MANIFEST.MF
index 34a158f33da..4f8b046a099 100644
--- a/plugins/facet/editor/org.eclipse.emf.facet.custom.metamodel.editor/META-INF/MANIFEST.MF
+++ b/plugins/facet/editor/org.eclipse.emf.facet.custom.metamodel.editor/META-INF/MANIFEST.MF
@@ -2,8 +2,7 @@ Manifest-Version: 1.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Built-By: hudsonbuild
-Bundle-SymbolicName: org.eclipse.emf.facet.custom.metamodel.editor;sin
- gleton:=true
+Bundle-SymbolicName: org.eclipse.papyrus.emf.facet.custom.metamodel.editor;singleton:=true
Bundle-Activator: org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom.presentation.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources;visibility:=reexport,
@@ -15,14 +14,13 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.papyrus.emf.facet.util.core,
org.eclipse.papyrus.emf.facet.custom.core,
org.eclipse.emf.ecore.edit,
- org.eclipse.emf.facet.efacet.sdk.ui,
+ org.eclipse.papyrus.emf.facet.efacet.sdk.ui,
org.eclipse.papyrus.emf.facet.util.ui,
org.eclipse.jface,
- org.eclipse.emf.facet.custom.sdk.ui,
+ org.eclipse.papyrus.emf.facet.custom.sdk.ui,
org.eclipse.papyrus.emf.facet.custom.ui,
org.eclipse.papyrus.emf.facet.query.java.core,
- org.eclipse.papyrus.emf.facet.query.java.metamodel,
- org.eclipse.emf.facet.query.ocl.metamodel
+ org.eclipse.papyrus.emf.facet.query.java.metamodel
Bundle-Version: 0.4.0.201308190853
Bundle-ClassPath: .
Build-Jdk: 1.6.0_27

Back to the top