Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/table/org.eclipse.papyrus.uml.table.default/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/table/org.eclipse.papyrus.uml.table.default/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/uml/table/org.eclipse.papyrus.uml.table.default/META-INF/MANIFEST.MF b/plugins/uml/table/org.eclipse.papyrus.uml.table.default/META-INF/MANIFEST.MF
index 729d2beda5e..fa6b96e2b22 100644
--- a/plugins/uml/table/org.eclipse.papyrus.uml.table.default/META-INF/MANIFEST.MF
+++ b/plugins/uml/table/org.eclipse.papyrus.uml.table.default/META-INF/MANIFEST.MF
@@ -3,9 +3,9 @@ Export-Package: org.eclipse.papyrus.table.defaultt,
org.eclipse.papyrus.table.defaultt.editor,
org.eclipse.papyrus.table.defaultt.factory,
org.eclipse.papyrus.table.defaultt.handlers
-Require-Bundle: org.eclipse.papyrus.core;bundle-version="0.9.0",
- org.eclipse.papyrus.table.common;bundle-version="0.9.0",
- org.eclipse.papyrus.table.instance;bundle-version="0.9.0",
+Require-Bundle: org.eclipse.papyrus.infra.core;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.table.common;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.table.instance;bundle-version="0.9.0",
org.eclipse.emf.facet.widgets.nattable;bundle-version="0.1.0",
org.eclipse.emf.facet.widgets.nattable.tableconfiguration
Bundle-Vendor: %providerName

Back to the top