Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/table/org.eclipse.papyrus.infra.table.menu/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/table/org.eclipse.papyrus.infra.table.menu/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/infra/table/org.eclipse.papyrus.infra.table.menu/META-INF/MANIFEST.MF b/plugins/infra/table/org.eclipse.papyrus.infra.table.menu/META-INF/MANIFEST.MF
index f10f205e5b5..836710819af 100644
--- a/plugins/infra/table/org.eclipse.papyrus.infra.table.menu/META-INF/MANIFEST.MF
+++ b/plugins/infra/table/org.eclipse.papyrus.infra.table.menu/META-INF/MANIFEST.MF
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.expressions,
org.eclipse.papyrus.uml.table.default;bundle-version="0.9.0",
- org.eclipse.papyrus.diagram.common;bundle-version:="0.9.0",
- org.eclipse.papyrus.diagram.menu;bundle-version:="0.9.0",
+ org.eclipse.papyrus.uml.diagram.common;bundle-version="0.9.0",
+ org.eclipse.papyrus.uml.diagram.menu;bundle-version="0.9.0",
org.eclipse.emf.facet.infra.common.core;bundle-version="0.1.0",
- org.eclipse.papyrus.table.common;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.table.common;bundle-version="0.9.0",
org.eclipse.emf.facet.widgets.nattable,
org.eclipse.emf.facet.widgets.nattable.instance;bundle-version="0.1.0",
org.eclipse.emf.facet.widgets.nattable.workbench;bundle-version="0.1.0"
@@ -18,6 +18,6 @@ Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.table.menu.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.table.menu;singleton:=true
+Bundle-SymbolicName: org.eclipse.papyrus.infra.table.menu;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top