diff options
author | Thanh Liem PHAN | 2017-03-22 15:38:35 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2017-03-30 07:23:04 +0000 |
commit | 6177ae6f0aa8abd35d40a30281a11839097be211 (patch) | |
tree | 0b93db75a869ab9eba6800b9b58655102f935c3f /plugins/uml/nattable | |
parent | 6d817657995019dadef00620358efd4deeef3210 (diff) | |
download | org.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 'plugins/uml/nattable')
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/META-INF/MANIFEST.MF b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/META-INF/MANIFEST.MF index e1a012aaa30..6057cd52c48 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/META-INF/MANIFEST.MF +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Require-Bundle: org.eclipse.papyrus.uml.nattable;bundle-version="[3.0.0,4.0.0)";visibility:=reexport, - org.eclipse.nebula.widgets.nattable.extension.glazedlists;bundle-version="[1.4.0,2.0.0)", + org.eclipse.nebula.widgets.nattable.extension.glazedlists;bundle-version="[1.5.0,2.0.0)", org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="[1.2.0,2.0.0)" Export-Package: org.eclipse.papyrus.uml.nattable.clazz.config, org.eclipse.papyrus.uml.nattable.clazz.config.manager.axis diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/META-INF/MANIFEST.MF b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/META-INF/MANIFEST.MF index bc3c5cd3978..0c04fcb0bf5 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/META-INF/MANIFEST.MF +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -Require-Bundle: org.eclipse.nebula.widgets.nattable.extension.glazedlists;bundle-version="[1.4.0,2.0.0)", +Require-Bundle: org.eclipse.nebula.widgets.nattable.extension.glazedlists;bundle-version="[1.5.0,2.0.0)", org.eclipse.papyrus.uml.diagram.common;bundle-version="[3.0.0,4.0.0)", org.eclipse.papyrus.uml.nattable;bundle-version="[3.0.0,4.0.0)", org.eclipse.papyrus.uml.internationalization.utils;bundle-version="[1.0.0,2.0.0)" |