Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2017-04-14 09:12:38 +0000
committerPierre-Charles David2017-04-18 14:15:06 +0000
commite567b735cab26e26ed5289ccac936dcb53bfc3cb (patch)
tree6a4057dc19cbbc2108b993fa42a68476d4e69c9a /plugins/org.eclipse.sirius.table.ui/META-INF/MANIFEST.MF
parent32cc6111d4349f26fc5ebb5c5e6f6b618d9d15c9 (diff)
downloadorg.eclipse.sirius-e567b735cab26e26ed5289ccac936dcb53bfc3cb.tar.gz
org.eclipse.sirius-e567b735cab26e26ed5289ccac936dcb53bfc3cb.tar.xz
org.eclipse.sirius-e567b735cab26e26ed5289ccac936dcb53bfc3cb.zip
[507474] Partially revert the move to Guava 21
This reverts the parts of commit 804aafa0862320435715b22100054bc4ddbfd8ed which opened the Guava range, but keeps the actual code changes that remove usage of Guava APIs that have disappeared in Guava 21 (so the code is still ready to switch). Until all our dependencies have moved to Guava 21 too (AQL, Acceleo, EMF Compare, Xtext), opening our version ranges to allow Guava 21 causes more issues that it solves, as it allows Sirius plug-ins to resolve using Guava 21 (or 18) while Acceleo & AQL plug-ins (for example) resolve with Guava 15. Bug: 507474 Change-Id: I120216e34d466b09309c1ba253da7d103c21c8a7 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.table.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.sirius.table.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.table.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.sirius.table.ui/META-INF/MANIFEST.MF
index 18187696f9..1584d47d65 100644
--- a/plugins/org.eclipse.sirius.table.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.sirius.table.ui/META-INF/MANIFEST.MF
@@ -42,7 +42,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.300",
org.eclipse.emf.edit.ui;bundle-version="2.8.0",
org.eclipse.emf.workspace;bundle-version="1.5.1",
- com.google.guava;bundle-version="[11.0.2,22.0)",
+ com.google.guava;bundle-version="[11.0.2,16.0)",
org.eclipse.sirius.common.ui;bundle-version="2.0.0",
org.eclipse.jface.text;bundle-version="3.8.2"
Eclipse-LazyStart: true

Back to the top