Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-23 13:07:30 +0000
committerAlexander Kurtakov2018-04-23 13:13:32 +0000
commitc7e92dae4abf8b34cf1968c92403335397b4472e (patch)
tree11f893ba64631a22d686ab42f4164566ed605663
parent79836254936616619aad9d429ddff24cde98333e (diff)
downloadeclipse.platform.releng.aggregator-c7e92dae4abf8b34cf1968c92403335397b4472e.tar.gz
eclipse.platform.releng.aggregator-c7e92dae4abf8b34cf1968c92403335397b4472e.tar.xz
eclipse.platform.releng.aggregator-c7e92dae4abf8b34cf1968c92403335397b4472e.zip
Bug 533927 - Move o.e.ui.cocoa to Java 8
Change-Id: Ie16fc274fb5fc2b682f00b6d93ac1eee8505c54c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
index 1b6665bac..207dec1d5 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
@@ -208,3 +208,6 @@ org.eclipse.equinox.util:MINOR_VERSION_CHANGED
# Bug 510038: [http] Tests failing on linux.gtk.x86_64 for M-builds
org.eclipse.equinox.http.jetty:MINOR_VERSION_CHANGED
+
+# Bug 533927 - Move o.e.ui.cocoa to Java 8
+org.eclipse.ui.cocoa:MINOR_VERSION_CHANGED

Back to the top