Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-01-13 07:46:25 +0000
committervlorenzo2012-01-13 07:46:25 +0000
commit765b8296410f448f0b38f33d529998908cef0f61 (patch)
tree05aa888eedaad77081e0b6d6c2eb0078390bedab /plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF
parentaaa0f0a63bf9890ee7911e638a41d8b721d7c2fd (diff)
downloadorg.eclipse.papyrus-765b8296410f448f0b38f33d529998908cef0f61.tar.gz
org.eclipse.papyrus-765b8296410f448f0b38f33d529998908cef0f61.tar.xz
org.eclipse.papyrus-765b8296410f448f0b38f33d529998908cef0f61.zip
367938: [Refactoring][Diagram Common] the package oep.uml.diagram.common.ui.hyperlink should be moved in a new plugin
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367938
Diffstat (limited to 'plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF b/plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF
index 27e5fb410e1..8878d3a0cfa 100644
--- a/plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF
+++ b/plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF
@@ -10,7 +10,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.gmfdiag.commands,
org.eclipse.gmf.runtime.notation,
org.eclipse.gmf.runtime.common.core,
- org.eclipse.uml2.uml,
org.eclipse.papyrus.uml.diagram.navigation,
org.eclipse.emf.edit.ui,
org.eclipse.papyrus.infra.core.sasheditor,
@@ -21,13 +20,15 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.gmf.runtime.diagram.core,
org.eclipse.gmf.runtime.diagram.ui,
org.eclipse.papyrus.infra.emf,
- org.eclipse.papyrus.views.properties;bundle-version="0.9.0",
- org.eclipse.papyrus.views.modelexplorer;bundle-version="0.9.0"
+ org.eclipse.papyrus.views.modelexplorer,
+ org.eclipse.uml2.uml
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.papyrus.infra.hyperlink,
org.eclipse.papyrus.infra.hyperlink.commands,
org.eclipse.papyrus.infra.hyperlink.helper,
org.eclipse.papyrus.infra.hyperlink.object,
+ org.eclipse.papyrus.infra.hyperlink.ui,
org.eclipse.papyrus.infra.hyperlink.util
Bundle-Vendor: %providerName
+Bundle-Localization: plugin

Back to the top