Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-06-03 08:38:37 +0000
committerCamille Letavernier2014-06-03 08:38:37 +0000
commit685c6ad855e4aab2132469bd748bf24daa0011bb (patch)
treeddec9806b48a952f08c50c751d4ef3190a343c13
parent1c11a7b3c803c102568a67642ec11d345700e08a (diff)
downloadorg.eclipse.papyrus-685c6ad855e4aab2132469bd748bf24daa0011bb.tar.gz
org.eclipse.papyrus-685c6ad855e4aab2132469bd748bf24daa0011bb.tar.xz
org.eclipse.papyrus-685c6ad855e4aab2132469bd748bf24daa0011bb.zip
422745: Linkage error, if guava 13 is available
https://bugs.eclipse.org/bugs/show_bug.cgi?id=422745 - Add Guava 15 into the extra-test platform to verify compatibility
-rw-r--r--features/papyrus-tests-extra-features/org.eclipse.papyrus.tests.extra.feature/feature.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/papyrus-tests-extra-features/org.eclipse.papyrus.tests.extra.feature/feature.xml b/features/papyrus-tests-extra-features/org.eclipse.papyrus.tests.extra.feature/feature.xml
index 58107ccb0c6..2b4e164cebf 100644
--- a/features/papyrus-tests-extra-features/org.eclipse.papyrus.tests.extra.feature/feature.xml
+++ b/features/papyrus-tests-extra-features/org.eclipse.papyrus.tests.extra.feature/feature.xml
@@ -59,6 +59,10 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
id="org.eclipse.papyrus.tests.extra.cdo.feature"
version="0.0.0"/>
+ <requires>
+ <import plugin="com.google.guava" version="15" match="greaterOrEqual"/>
+ </requires>
+
<plugin
id="org.eclipse.papyrus.tests.extra"
download-size="0"

Back to the top