Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2014-12-16 14:48:10 +0000
committerAnsgar Radermacher2014-12-16 14:48:10 +0000
commitf6ea58918b8098ceff7a997e127742b6f258a6c0 (patch)
tree4982dc5baddc077b8e8b453c2c198aa10715d58b /extraplugins/dsml.validation
parentd145b2342617956ea08bbac73f1c2d6ef710f188 (diff)
downloadorg.eclipse.papyrus-f6ea58918b8098ceff7a997e127742b6f258a6c0.tar.gz
org.eclipse.papyrus-f6ea58918b8098ceff7a997e127742b6f258a6c0.tar.xz
org.eclipse.papyrus-f6ea58918b8098ceff7a997e127742b6f258a6c0.zip
[releng] fix guava version
Diffstat (limited to 'extraplugins/dsml.validation')
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/META-INF/MANIFEST.MF b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/META-INF/MANIFEST.MF
index 633d64111bf..893a10d6bba 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/META-INF/MANIFEST.MF
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ocl.ecore,
org.eclipse.emf.validation;bundle-version="1.4.0",
org.eclipse.papyrus.dsml.validation.model;bundle-version="1.1.0",
- com.google.guava,
+ com.google.guava;bundle-version="11.0.0",
org.eclipse.xtext.xbase.lib,
org.eclipse.xtend.lib,
org.eclipse.xtend.lib.macro,

Back to the top