Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2019-06-12 12:23:01 +0000
committerQuentin Le Menez2019-06-12 16:12:55 +0000
commit8d9e61b2b52ba51d774875bc4fca0f7403fc10f4 (patch)
treebb33921d8e480fd6c35e0d11bbebdf07c8250440 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF
parent7950d625faf2be8f90e494085475630ffaf2ec63 (diff)
downloadorg.eclipse.papyrus-8d9e61b2b52ba51d774875bc4fca0f7403fc10f4.tar.gz
org.eclipse.papyrus-8d9e61b2b52ba51d774875bc4fca0f7403fc10f4.tar.xz
org.eclipse.papyrus-8d9e61b2b52ba51d774875bc4fca0f7403fc10f4.zip
Bug 545631 - [Releng] Update the targets for 2019-06 RC24.4.0_RC2
- Add a strong dependency to guava 21 to avoid compiling against 27.1.0 in orbit - Rewire xwt dependency to the new milestone Change-Id: I54f2f76414b34acd186c2adfe6ce529b44f5c231 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF
index 12268bce6a0..e159e26e080 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF
@@ -97,6 +97,6 @@ Eclipse-BuddyPolicy: dependent
Bundle-Activator: org.eclipse.papyrus.uml.diagram.common.Activator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.diagram.common;singleton:=true
-Import-Package: com.google.common.base;version="21.0.0",
- com.google.common.collect;version="21.0.0"
+Import-Package: com.google.common.base;version="[21.0.0, 22.0.0)",
+ com.google.common.collect;version="[21.0.0, 22.0.0)"
Automatic-Module-Name: org.eclipse.papyrus.uml.diagram.common

Back to the top