Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2017-05-05 13:38:27 +0000
committerPatrick Tessier2017-06-12 08:24:38 +0000
commit9f49c34666baf750ccc215c99a6495c00ba7a584 (patch)
tree91ef41c08e339fb1fdcb7c0c859d26e0dbb87958 /plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
parentd0fdf630dd5bb7bb65b21d1ff5fefb9276e7882a (diff)
downloadorg.eclipse.papyrus-9f49c34666baf750ccc215c99a6495c00ba7a584.tar.gz
org.eclipse.papyrus-9f49c34666baf750ccc215c99a6495c00ba7a584.tar.xz
org.eclipse.papyrus-9f49c34666baf750ccc215c99a6495c00ba7a584.zip
Bug 516250 - [Palette] Actions properties tabs of paletteconfiguration
file Editor doesn't work https://bugs.eclipse.org/bugs/show_bug.cgi?id=516250 Change-Id: I6754d431b95524af662c049a686ed6f403501831 Signed-off-by: Mickael ADAM <mickael.adam@all4tec.net>
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF b/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
index 7ae31f08278..82793dcb02c 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
+++ b/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
@@ -34,4 +34,5 @@ Bundle-Activator: org.eclipse.papyrus.uml.profile.Activator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.profile;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: com.google.common.base;version="21.0.0"
+Import-Package: com.google.common.base;version="[21.0.0,22.0.0)",
+ com.google.common.util.concurrent;version="[21.0.0,22.0.0)"

Back to the top