Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2016-06-03 12:54:11 +0000
committerCamille Letavernier2016-06-03 12:54:11 +0000
commite1ea94cc59375c46723067f8b445a9286ecb27ee (patch)
tree54b9e54c7c9c83b4ef265ad02feea6a5e1a848c0 /extraplugins
parent0631e76c57f23f170f356d6e85c82c0eca896e1b (diff)
downloadorg.eclipse.papyrus-e1ea94cc59375c46723067f8b445a9286ecb27ee.tar.gz
org.eclipse.papyrus-e1ea94cc59375c46723067f8b445a9286ecb27ee.tar.xz
org.eclipse.papyrus-e1ea94cc59375c46723067f8b445a9286ecb27ee.zip
[Releng] Fix Nattable dependency version
Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/META-INF/MANIFEST.MF b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/META-INF/MANIFEST.MF
index 0d97a6065ab..d0caf49b170 100644
--- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/META-INF/MANIFEST.MF
+++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/META-INF/MANIFEST.MF
@@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.uml.nattable,
org.eclipse.papyrus.infra.nattable.model;bundle-version="1.2.0",
org.eclipse.papyrus.infra.widgets;bundle-version="1.2.0",
- org.eclipse.nebula.widgets.nattable.core;bundle-version="1.2.0",
+ org.eclipse.nebula.widgets.nattable.core;bundle-version="1.4.0",
org.eclipse.papyrus.uml.nattable.stereotype.display;bundle-version="1.2.0",
org.eclipse.papyrus.infra.emf.nattable;bundle-version="1.2.0",
org.eclipse.papyrus.sysml.nattable.requirement.config,

Back to the top