Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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