Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-06-22 12:05:22 +0000
committercletavernie2012-06-22 12:05:22 +0000
commit46900967797320bd904a6d8f88803c79d956a39e (patch)
treeb7dd931bc2402083a931371c24613c4b47bb5897 /plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
parent76d1791bb0544eccec4e44bec9331ed9a1e5aefc (diff)
downloadorg.eclipse.papyrus-46900967797320bd904a6d8f88803c79d956a39e.tar.gz
org.eclipse.papyrus-46900967797320bd904a6d8f88803c79d956a39e.tar.xz
org.eclipse.papyrus-46900967797320bd904a6d8f88803c79d956a39e.zip
370816: [All diagrams] Profiles should be automatically refreshed
https://bugs.eclipse.org/bugs/show_bug.cgi?id=370816
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF b/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
index 97e86488e5a..4b2981e1b40 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
+++ b/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
@@ -6,7 +6,9 @@ Require-Bundle: org.eclipse.uml2.uml.editor,
org.eclipse.core.runtime;bundle-version="3.8.0",
org.eclipse.emf.transaction;bundle-version="1.4.0",
org.eclipse.papyrus.uml.extensionpoints;bundle-version="0.9.0",
- org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.200"
+ org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.200",
+ org.eclipse.papyrus.infra.widgets;bundle-version="0.9.0",
+ org.eclipse.papyrus.uml.tools;bundle-version="0.9.0"
Export-Package: org.eclipse.papyrus.uml.profile,
org.eclipse.papyrus.uml.profile.constraints,
org.eclipse.papyrus.uml.profile.definition,

Back to the top