Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2014-06-02 07:20:49 +0000
committerLaurent Goubet2014-06-02 07:39:23 +0000
commita8fad29af266a7fce4c9ad1f8c718d921ef1d947 (patch)
tree173e8dcbd6ea12ba2ffe115b4473580d79e189b9 /plugins/org.eclipse.emf.compare.tests/META-INF
parenta7e021c2ccd039dd03c4d8a7f53da7dc4dd0b9e2 (diff)
downloadorg.eclipse.emf.compare-a8fad29af266a7fce4c9ad1f8c718d921ef1d947.tar.gz
org.eclipse.emf.compare-a8fad29af266a7fce4c9ad1f8c718d921ef1d947.tar.xz
org.eclipse.emf.compare-a8fad29af266a7fce4c9ad1f8c718d921ef1d947.zip
Add Guava 15 to the accepted range
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/META-INF')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
index bd16173c2..4e5817383 100644
--- a/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
@@ -53,7 +53,7 @@ Export-Package: org.eclipse.emf.compare.tests,
org.eclipse.emf.compare.tests.scope,
org.eclipse.emf.compare.tests.suite,
org.eclipse.emf.compare.tests.unit
-Import-Package: com.google.common.base;version="[11.0.0,15.0.0)",
- com.google.common.cache;version="[11.0.0,15.0.0)",
- com.google.common.collect;version="[11.0.0,15.0.0)"
+Import-Package: com.google.common.base;version="[11.0.0,16.0.0)",
+ com.google.common.cache;version="[11.0.0,16.0.0)",
+ com.google.common.collect;version="[11.0.0,16.0.0)"
Bundle-ActivationPolicy: lazy

Back to the top