Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Langer2019-08-11 08:58:46 +0000
committerRemi Schnekenburger2019-09-09 13:37:36 +0000
commite3ea4f1dac6020fe2d9c52ed54e1f9605fb165e0 (patch)
tree4b763717ee06adb9fb736c3992c6b220425b528f /compare/bundles/org.eclipse.papyrus.compare.diagram.ide.ui/META-INF/MANIFEST.MF
parent3c19bf0fa644e3d187e04cbe2d64e21bdd5da968 (diff)
downloadorg.eclipse.papyrus-collaborativemodeling-e3ea4f1dac6020fe2d9c52ed54e1f9605fb165e0.tar.gz
org.eclipse.papyrus-collaborativemodeling-e3ea4f1dac6020fe2d9c52ed54e1f9605fb165e0.tar.xz
org.eclipse.papyrus-collaborativemodeling-e3ea4f1dac6020fe2d9c52ed54e1f9605fb165e0.zip
Fix Build Errors Caused by Papyrus switching to Guava 27
This change also updates the previous release and latest release to avoid having to handle both Guava 21 and Guava 27. One ugly thing is that I needed to copy two methods to avoid having Guava's Predicate loaded in two versions, since EMF Compare still only supports Guava 21. Change-Id: I424b18f8195c5c5d2f14fef1cc6671c642c35cb1 Signed-off-by: Philip Langer <planger@eclipsesource.com>
Diffstat (limited to 'compare/bundles/org.eclipse.papyrus.compare.diagram.ide.ui/META-INF/MANIFEST.MF')
-rw-r--r--compare/bundles/org.eclipse.papyrus.compare.diagram.ide.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/compare/bundles/org.eclipse.papyrus.compare.diagram.ide.ui/META-INF/MANIFEST.MF b/compare/bundles/org.eclipse.papyrus.compare.diagram.ide.ui/META-INF/MANIFEST.MF
index 2cafa754..b36b1407 100644
--- a/compare/bundles/org.eclipse.papyrus.compare.diagram.ide.ui/META-INF/MANIFEST.MF
+++ b/compare/bundles/org.eclipse.papyrus.compare.diagram.ide.ui/META-INF/MANIFEST.MF
@@ -51,3 +51,4 @@ Export-Package: org.eclipse.papyrus.compare.diagram.ide.ui.comparesource,
org.eclipse.papyrus.compare.diagram.ide.ui.internal.structuremergeviewer.filters;x-internal:=true,
org.eclipse.papyrus.compare.diagram.ide.ui.internal.structuremergeviewer.groups;x-internal:=true,
org.eclipse.papyrus.compare.diagram.ide.ui.util
+Automatic-Module-Name: org.eclipse.papyrus.compare.diagram.ide.ui

Back to the top