Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-19 07:26:49 +0000
committerAlexander Kurtakov2018-04-19 07:54:03 +0000
commitfc571c9f952c759342066d63288217227027e4c9 (patch)
tree7ee0dbece857ec1505fd49137826bf04adc1a964
parent7fa78d0f9f1f953d7cf37adf761b3e6feca17f86 (diff)
downloadeclipse.platform.releng.aggregator-fc571c9f952c759342066d63288217227027e4c9.tar.gz
eclipse.platform.releng.aggregator-fc571c9f952c759342066d63288217227027e4c9.tar.xz
eclipse.platform.releng.aggregator-fc571c9f952c759342066d63288217227027e4c9.zip
Approve version bump for Bug 533774 - Move o.e.equinox.util to Java 7.
For some reason this prevents testing releng.aggregator builds with tycho master and OSGi/Minimum BREE is useless now so just move ahead to ease other work. Change-Id: I5a22e53e2a14baf66561449722a358b47ba7b021 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 e90cd25d2..475e52918 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
@@ -202,3 +202,6 @@ org.junit.vintage.engine:org.junit.vintage.engine.support.UniqueIdReader#UniqueI
# Bug 480639: [HiDPI][API] Provide monitor-specific DPI scaling / zoom level
org.eclipse.swt.win32.win32.x86:org.eclipse.swt.widgets.Monitor#getZoom()I
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

Back to the top