Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Redor2016-08-11 15:45:04 +0000
committerLaurent Redor2016-08-11 15:53:56 +0000
commit510c13da259ad854c8ac55726e1f9607167e43f6 (patch)
tree2d033e971f09e30085aa4ad1514196e8889e309a
parent8646070af5e9215f0d6b0c2ecb23d6975238d7d3 (diff)
downloadorg.eclipse.sirius-510c13da259ad854c8ac55726e1f9607167e43f6.tar.gz
org.eclipse.sirius-510c13da259ad854c8ac55726e1f9607167e43f6.tar.xz
org.eclipse.sirius-510c13da259ad854c8ac55726e1f9607167e43f6.zip
[496466] Use same minimal dependency version for gmf.runtime.notation
In commit 82b5631 the dependency to org.eclipse.gmf.runtime.notation has been added for plugin org.eclipse.sirius.diagram.layoutdata. The version is not the same as other plugin (like in org.eclipse.sirius.diagram.sequence for example). There is no real reason to use 1.8 as minimal version. Bug: 496466 Change-Id: I1b3be339c0d482ad64c51c84bfb8601ec4ec6b1c Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.diagram.layoutdata/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.diagram.layoutdata/META-INF/MANIFEST.MF b/plugins/org.eclipse.sirius.diagram.layoutdata/META-INF/MANIFEST.MF
index e170fc592d..b2d913f67f 100644
--- a/plugins/org.eclipse.sirius.diagram.layoutdata/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.sirius.diagram.layoutdata/META-INF/MANIFEST.MF
@@ -30,7 +30,7 @@ Export-Package: org.eclipse.sirius.diagram.layoutdata;version="2.1.0";
org.eclipse.emf.common.notify"
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
org.eclipse.emf.ecore;bundle-version="2.8.3";visibility:=reexport,
- org.eclipse.gmf.runtime.notation;bundle-version="1.8.0";visibility:=reexport,
+ org.eclipse.gmf.runtime.notation;bundle-version="1.5.0";visibility:=reexport,
org.eclipse.sirius;bundle-version="4.1.0";visibility:=reexport,
org.eclipse.sirius.common;bundle-version="2.0.0"
Bundle-ActivationPolicy: lazy

Back to the top