Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-02-24 15:58:16 +0000
committerCamille Letavernier2015-02-24 15:58:16 +0000
commit5342aa9693c4c14856c568e5a5fe04810ea07770 (patch)
tree6cae7d0256c895f95a73457833830ccda9bffb35 /extraplugins/layers/org.eclipse.papyrus.layers.stackmodel
parent983fb6b7b841b7394c59863cdcd042648946ce9b (diff)
downloadorg.eclipse.papyrus-5342aa9693c4c14856c568e5a5fe04810ea07770.tar.gz
org.eclipse.papyrus-5342aa9693c4c14856c568e5a5fe04810ea07770.tar.xz
org.eclipse.papyrus-5342aa9693c4c14856c568e5a5fe04810ea07770.zip
Bug 460669 [Releng - Guava] Fix Guava dependency versions for Extra
Plug-ins Bug 460669: Unhandled event loop exception ( java.lang.LinkageError) https://bugs.eclipse.org/bugs/show_bug.cgi?id=460669
Diffstat (limited to 'extraplugins/layers/org.eclipse.papyrus.layers.stackmodel')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/META-INF/MANIFEST.MF b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/META-INF/MANIFEST.MF
index f36fd81a82e..ffa07dad926 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/META-INF/MANIFEST.MF
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.uml2.uml;bundle-version="4.1.0",
org.eclipse.ocl.ecore;bundle-version="3.3.0",
org.eclipse.emf.query.ocl;bundle-version="2.0.0",
- com.google.guava;bundle-version="11.0.2",
+ com.google.guava;bundle-version="11.0.0",
org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0"
Export-Package: org.eclipse.papyrus.layers.configmodel.layersconfig,
org.eclipse.papyrus.layers.configmodel.layersconfig.impl,

Back to the top