Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-06-03 09:03:36 +0000
committerCamille Letavernier2014-06-03 09:13:32 +0000
commit911fbc371b203ef4dfc4b2bc5aa499d358ff238a (patch)
tree2cc3e2695b5ef6a2ef68aab6f9492b35ae43a6e3 /features
parent1ee2baebc2dfba0112312f00144783c8c93c9ba9 (diff)
downloadorg.eclipse.papyrus-911fbc371b203ef4dfc4b2bc5aa499d358ff238a.tar.gz
org.eclipse.papyrus-911fbc371b203ef4dfc4b2bc5aa499d358ff238a.tar.xz
org.eclipse.papyrus-911fbc371b203ef4dfc4b2bc5aa499d358ff238a.zip
422745: Linkage error, if guava 13 is available
https://bugs.eclipse.org/bugs/show_bug.cgi?id=422745 - Include Guava 15 instead of Guava 12
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
index 6b8e6096f1d..f65fc28fb5d 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
@@ -163,7 +163,7 @@ http://www.eclipse.org/legal/epl-v10.html
id="com.google.guava"
download-size="0"
install-size="0"
- version="12.0.0.v201212092141"
+ version="15.0.0.v201403281430"
unpack="false"/>
</feature>

Back to the top