Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2014-03-25 21:51:09 +0000
committerSteffen Pingel2014-03-31 08:59:33 +0000
commit9f5710b17bfd57a5ca44666fc4ad83ea924c0398 (patch)
tree62f9b478a32c7a955e6c9fb643ac738fc25b81bd /org.eclipse.mylyn.tasks.core
parentc88adbabaed4aba155426669690fa4a8297ab8d9 (diff)
downloadorg.eclipse.mylyn.tasks-9f5710b17bfd57a5ca44666fc4ad83ea924c0398.tar.gz
org.eclipse.mylyn.tasks-9f5710b17bfd57a5ca44666fc4ad83ea924c0398.tar.xz
org.eclipse.mylyn.tasks-9f5710b17bfd57a5ca44666fc4ad83ea924c0398.zip
423575: require Guava 15 or later
Ensure all bundles and features consistently require Guava 15. Change-Id: I120c6ab2b4479f25690fca536b3a13fa126d93c3 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=423575
Diffstat (limited to 'org.eclipse.mylyn.tasks.core')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index ae145d099..547e852e2 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.commons.core;bundle-version="3.8.0",
org.eclipse.mylyn.commons.net;bundle-version="3.8.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="1.0.0",
- com.google.guava;bundle-version="12.0.0",
+ com.google.guava;bundle-version="15.0.0",
org.apache.xerces;bundle-version="2.9.0";resolution:=optional
Export-Package: org.eclipse.mylyn.internal.provisional.tasks.core;x-internal:=true,
org.eclipse.mylyn.internal.tasks.core;x-friends:="org.eclipse.mylyn.tasks.ui,org.eclipse.mylyn.tasks.bugs",

Back to the top