Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-06-03 12:26:52 +0000
committerCamille Letavernier2014-06-03 12:26:52 +0000
commit0bebe4750e7bc769d984ce3a8dd5dab24b2db274 (patch)
tree36b61a93f04589dc0671b32631e7feba5c4771a7 /features
parent9106a526ad2524cab169c67e72aebe5c983fd8d9 (diff)
downloadorg.eclipse.papyrus-0bebe4750e7bc769d984ce3a8dd5dab24b2db274.tar.gz
org.eclipse.papyrus-0bebe4750e7bc769d984ce3a8dd5dab24b2db274.tar.xz
org.eclipse.papyrus-0bebe4750e7bc769d984ce3a8dd5dab24b2db274.zip
[Releng - TMP] Add a temporary dependency to Guava 12 for Extra plug-ins
(To ensure compatibility with Acceleo and EMF Compare until RC3)
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml
index dfc214d7522..d23a143c904 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml
@@ -104,4 +104,8 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.papyrus.layers.feature"
version="0.0.0"/>
+ <requires>
+ <import plugin="com.google.guava" version="12.0.0" match="compatible"/>
+ </requires>
+
</feature>

Back to the top