Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/core/org.eclipse.papyrus.infra.core/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/core/org.eclipse.papyrus.infra.core/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/infra/core/org.eclipse.papyrus.infra.core/META-INF/MANIFEST.MF b/plugins/infra/core/org.eclipse.papyrus.infra.core/META-INF/MANIFEST.MF
index 24eb2b2e474..f119db8a1f4 100644
--- a/plugins/infra/core/org.eclipse.papyrus.infra.core/META-INF/MANIFEST.MF
+++ b/plugins/infra/core/org.eclipse.papyrus.infra.core/META-INF/MANIFEST.MF
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
-Require-Bundle: org.eclipse.papyrus.sasheditor;bundle-version:="0.9.0";visibility:=reexport,
- org.eclipse.papyrus.sasheditor.di;bundle-version="0.9.0";visibility:=reexport,
+Require-Bundle: org.eclipse.papyrus.infra.sasheditor;bundle-version="0.9.0";visibility:=reexport,
+ org.eclipse.papyrus.infra.sasheditor.di;bundle-version="0.9.0";visibility:=reexport,
org.eclipse.ui.ide;bundle-version="3.4.0";visibility:=reexport,
org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.1.0";visibility:=reexport,
org.eclipse.emf.edit.ui;bundle-version="2.6.0";visibility:=reexport,
- org.eclipse.papyrus.commands;bundle-version="0.9.0";visibility:=reexport
+ org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="0.9.0";visibility:=reexport
Export-Package: org.eclipse.papyrus.core,
org.eclipse.papyrus.core.contentoutline,
org.eclipse.papyrus.core.editor,
@@ -15,7 +15,7 @@ Export-Package: org.eclipse.papyrus.core,
org.eclipse.papyrus.core.lifecycleevents,
org.eclipse.papyrus.core.listenerservice,
org.eclipse.papyrus.core.modelsetquery,
- org.eclipse.papyrus.core.modelsetquery.impl;x-friends:="org.eclipse.papyrus.resourceloading.umlprofile",
+ org.eclipse.papyrus.core.modelsetquery.impl;x-friends:="org.eclipse.papyrus.uml.resourceloading.profile",
org.eclipse.papyrus.core.multidiagram.actionbarcontributor,
org.eclipse.papyrus.core.services,
org.eclipse.papyrus.core.ui,
@@ -31,6 +31,6 @@ Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.core.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.core;singleton:=true
+Bundle-SymbolicName: org.eclipse.papyrus.infra.core;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top