diff options
author | Camille Letavernier | 2014-05-06 08:43:38 +0000 |
---|---|---|
committer | Camille Letavernier | 2014-05-06 16:26:28 +0000 |
commit | 2da29cabb9580a190d3abbc6815e4e166bf4338b (patch) | |
tree | 6abe4a5f38bf7c2abd427eb64e095f3dabeab455 /plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu | |
parent | 7850c5925163f371ceb1ad642b878719c31cf588 (diff) | |
download | org.eclipse.papyrus-2da29cabb9580a190d3abbc6815e4e166bf4338b.tar.gz org.eclipse.papyrus-2da29cabb9580a190d3abbc6815e4e166bf4338b.tar.xz org.eclipse.papyrus-2da29cabb9580a190d3abbc6815e4e166bf4338b.zip |
434176: [Table] Papyrus shall migrate to Nattable 1.1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=434176
- Add explicit dependencies to Nattable >= 1.1
- Update tycho maps
- Update rmaps
- Fix BundleTests to check for Nattable 1.1 dependency
Change-Id: I5ffe12381b13b3e4b4a5b5097e298f5d60f4016d
Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu')
-rw-r--r-- | plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/META-INF/MANIFEST.MF b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/META-INF/MANIFEST.MF index 73b5ea9a537..eebd6b6b643 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/META-INF/MANIFEST.MF +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/META-INF/MANIFEST.MF @@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0",
org.eclipse.papyrus.infra.emf;bundle-version="1.0.0",
org.eclipse.papyrus.infra.nattable.common;bundle-version="1.0.0",
- org.eclipse.nebula.widgets.nattable.core;bundle-version="1.0.0",
+ org.eclipse.nebula.widgets.nattable.core;bundle-version="[1.1.0,2.0.0)",
org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.0.0",
org.eclipse.papyrus.infra.nattable.model;bundle-version="1.0.0",
org.eclipse.core.expressions,
|