Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2015-02-18 11:52:29 +0000
committerVincent Lorenzo2015-02-18 14:03:30 +0000
commiteb09607cd4fe5b2545c0adacd0a03f51f19bd083 (patch)
treef722a078102042fa57b0028a865ab0b88e4b129f /extraplugins
parentc984b4700a718b800a8df6fb401345289c193dc5 (diff)
downloadorg.eclipse.papyrus-eb09607cd4fe5b2545c0adacd0a03f51f19bd083.tar.gz
org.eclipse.papyrus-eb09607cd4fe5b2545c0adacd0a03f51f19bd083.tar.xz
org.eclipse.papyrus-eb09607cd4fe5b2545c0adacd0a03f51f19bd083.zip
460098: [Table 2] Papyrus must use the new nattable release on branch master
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/META-INF/MANIFEST.MF b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/META-INF/MANIFEST.MF
index 336ace93847..8b90f78eb29 100644
--- a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/META-INF/MANIFEST.MF
+++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/META-INF/MANIFEST.MF
@@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.emf.nattable;bundle-version="1.0.1",
org.eclipse.papyrus.infra.nattable.model;bundle-version="1.0.1",
org.eclipse.papyrus.infra.widgets;bundle-version="1.0.1",
- org.eclipse.nebula.widgets.nattable.core;bundle-version="1.1.0"
+ org.eclipse.nebula.widgets.nattable.core;bundle-version="1.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Description: This bundle provides a table for the ADL4Eclipse tool. This synchronized table should be created on a package, and displays all the bundles contained in this package

Back to the top