Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-02-26 16:38:52 +0000
committerCamille Letavernier2015-02-26 16:38:52 +0000
commit3bec70903666a5c38f5d0470766508fc476f9d11 (patch)
tree1b2739927da722eba487aaea134f5ae19ddf9ca1 /extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu
parent71c215badd6a60e2ff91f74bbc68f124f8bf0923 (diff)
downloadorg.eclipse.papyrus-3bec70903666a5c38f5d0470766508fc476f9d11.tar.gz
org.eclipse.papyrus-3bec70903666a5c38f5d0470766508fc476f9d11.tar.xz
org.eclipse.papyrus-3bec70903666a5c38f5d0470766508fc476f9d11.zip
[Releng] Fix bundle dependencies
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/META-INF/MANIFEST.MF b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/META-INF/MANIFEST.MF
index d41e8456ec7..f5954abb9a4 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/META-INF/MANIFEST.MF
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.core.sasheditor;bundle-version="1.1.0",
org.eclipse.papyrus.infra.core;bundle-version="1.1.0",
org.eclipse.papyrus.infra.nattable.model;bundle-version="1.1.0",
- org.eclipse.nebula.widgets.nattable.core;bundle-version="[1.1.0,2.0.0)",
+ org.eclipse.nebula.widgets.nattable.core;bundle-version="[1.2.0,2.0.0)",
org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0",
org.eclipse.uml2.uml;bundle-version="4.1.1",
org.eclipse.papyrus.infra.tools;bundle-version="1.1.0",

Back to the top