Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2016-01-14 15:28:13 +0000
committerGerrit Code Review @ Eclipse.org2016-01-15 08:15:49 +0000
commitc9cd52ee247d0dcc2f8dc72a1c1d81f7672ed8be (patch)
treec108f119853a832b37d3766c0b6cadbc2e2bcb0b /plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common
parent1b533f5456711ec4c6e7b5f245f9b1435e4497c1 (diff)
downloadorg.eclipse.papyrus-c9cd52ee247d0dcc2f8dc72a1c1d81f7672ed8be.tar.gz
org.eclipse.papyrus-c9cd52ee247d0dcc2f8dc72a1c1d81f7672ed8be.tar.xz
org.eclipse.papyrus-c9cd52ee247d0dcc2f8dc72a1c1d81f7672ed8be.zip
Bug 485859 - [Table] Update used nattable version to 1.4.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485859 - Change the nattable version from 1.3.0 to 1.4.0 Change-Id: I1389e08a7f442e7d55d7a1cad1568f5496177d47 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/META-INF/MANIFEST.MF b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/META-INF/MANIFEST.MF
index eac2c6dc5cb..28f54cf8778 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/META-INF/MANIFEST.MF
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/META-INF/MANIFEST.MF
@@ -15,7 +15,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.emf.edit,
org.eclipse.papyrus.infra.core;bundle-version="1.2.0",
org.eclipse.emf.transaction,
- org.eclipse.nebula.widgets.nattable.core;bundle-version="[1.3.0,2.0.0)",
+ org.eclipse.nebula.widgets.nattable.core;bundle-version="[1.4.0,2.0.0)",
org.eclipse.papyrus.infra.widgets;bundle-version="1.2.0",
org.eclipse.papyrus.infra.emf;bundle-version="1.2.0",
org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.2.0",

Back to the top