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.uml2.edit
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.uml2.edit')
-rw-r--r--plugins/org.eclipse.emf.compare.uml2.edit/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.compare.uml2.edit/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.compare.uml2.edit/META-INF/MANIFEST.MF
index 239715698..f52bfcff7 100644
--- a/plugins/org.eclipse.emf.compare.uml2.edit/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.compare.uml2.edit/META-INF/MANIFEST.MF
@@ -18,7 +18,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.uml2.uml.edit;bundle-version="5.0.0",
org.eclipse.emf.compare.edit
Bundle-ActivationPolicy: lazy
-Import-Package: com.google.common.base;version="[11.0.0,15.0.0)",
+Import-Package: com.google.common.base;version="[11.0.0,16.0.0)",
org.eclipse.emf.compare.provider
Export-Package: org.eclipse.emf.compare.uml2.internal.provider;x-internal:=true,
org.eclipse.emf.compare.uml2.internal.provider.custom;x-internal:=true,

Back to the top