Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShuai Li2016-04-06 12:33:01 +0000
committerGerrit Code Review @ Eclipse.org2016-04-06 15:36:29 +0000
commit39507c0d322af147497a7b2d3fd375f1abc4afe3 (patch)
treedd59c569487cb7862f24a2f3c9f53f015b398735 /plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF
parent68807040dd2940c712541996db0b2aa2bfa6887d (diff)
downloadorg.eclipse.papyrus-39507c0d322af147497a7b2d3fd375f1abc4afe3.tar.gz
org.eclipse.papyrus-39507c0d322af147497a7b2d3fd375f1abc4afe3.tar.xz
org.eclipse.papyrus-39507c0d322af147497a7b2d3fd375f1abc4afe3.zip
Bug 407733 - [General] Papyrus shall support navigation history with
back and next buttons - Update for post-refactoring Neon Change-Id: I23a0a26449c2bda1e162d07e659680bea218ebcd Signed-off-by: Shuai Li <shuai.li@cea.fr>
Diffstat (limited to 'plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF')
-rw-r--r--plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF b/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF
index d23769077ef..e2ff9058a90 100644
--- a/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF
+++ b/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF
@@ -1,6 +1,7 @@
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.editor
Require-Bundle: org.eclipse.gmf.runtime.diagram.ui;bundle-version="[1.8.0,2.0.0)",
+ org.eclipse.papyrus.infra.emf;bundle-version="2.0.0",
org.eclipse.papyrus.infra.ui;bundle-version="[1.2.0,2.0.0)";visibility:=reexport
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy

Back to the top