Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Liem PHAN2017-03-22 15:38:35 +0000
committerGerrit Code Review @ Eclipse.org2017-03-30 07:23:04 +0000
commit6177ae6f0aa8abd35d40a30281a11839097be211 (patch)
tree0b93db75a869ab9eba6800b9b58655102f935c3f /tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/META-INF/MANIFEST.MF
parent6d817657995019dadef00620358efd4deeef3210 (diff)
downloadorg.eclipse.papyrus-6177ae6f0aa8abd35d40a30281a11839097be211.tar.gz
org.eclipse.papyrus-6177ae6f0aa8abd35d40a30281a11839097be211.tar.xz
org.eclipse.papyrus-6177ae6f0aa8abd35d40a30281a11839097be211.zip
Bug 513963: [Table] Update NatTable dependency and build to use NatTable
1.5 https://bugs.eclipse.org/bugs/show_bug.cgi?id=513963 - Update NatTable version from 1.4.0 to 1.5.0 Change-Id: I40e051ede6f90ddece37a9287d8ca6faca0e4052 Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net>
Diffstat (limited to 'tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/META-INF/MANIFEST.MF
index c53df5f06f0..6c39885313a 100644
--- a/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/META-INF/MANIFEST.MF
@@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="[3.0.0,4.0.0)",
org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.2.0",
ca.odell.glazedlists;bundle-version="1.9.0",
- org.eclipse.nebula.widgets.nattable.core;bundle-version="[1.4.0,2.0.0)",
+ org.eclipse.nebula.widgets.nattable.core;bundle-version="[1.5.0,2.0.0)",
org.eclipse.papyrus.infra.tools;bundle-version="1.2.0",
org.eclipse.papyrus.uml.service.types;bundle-version="1.2.0",
org.eclipse.papyrus.infra.services.edit;bundle-version="1.2.0",

Back to the top