Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2018-04-20 07:20:31 +0000
committerDani Megert2018-04-20 07:20:31 +0000
commit1eab7f44cbfd340af17801649f878522d2fcde97 (patch)
tree01c98af5c3f7c7d8aeab36a9daf2b481e3c09a04
parentdb62218d149c69446feb55e30659acce40f57a7d (diff)
downloadeclipse.platform.releng.aggregator-1eab7f44cbfd340af17801649f878522d2fcde97.tar.gz
eclipse.platform.releng.aggregator-1eab7f44cbfd340af17801649f878522d2fcde97.tar.xz
eclipse.platform.releng.aggregator-1eab7f44cbfd340af17801649f878522d2fcde97.zip
Added API change approval for bug 510038: [http] Tests failing on linux.gtk.x86_64 for M-builds
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
index 46d2b7961..1b6665bac 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
@@ -206,6 +206,5 @@ org.eclipse.swt:org.eclipse.swt.widgets.Monitor#getZoom()I
# Bug 533774 - Move o.e.equinox.util to Java 7
org.eclipse.equinox.util:MINOR_VERSION_CHANGED
-# Bug 533774 - Move o.e.equinox.util to Java 7
-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

Back to the top