Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2015-05-12 07:00:18 +0000
committerDani Megert2015-05-12 07:00:18 +0000
commitf20be6a112ff0fc2e13439aa944485be6dfeecaf (patch)
tree729f0e26b7fc1860a0bcb0bd988787ab746360cd
parent648166b9931fbb93ffe4093edc5346b89c03e453 (diff)
downloadeclipse.platform.releng.aggregator-f20be6a112ff0fc2e13439aa944485be6dfeecaf.tar.gz
eclipse.platform.releng.aggregator-f20be6a112ff0fc2e13439aa944485be6dfeecaf.tar.xz
eclipse.platform.releng.aggregator-f20be6a112ff0fc2e13439aa944485be6dfeecaf.zip
Added approved exception for https://bugs.eclipse.org/463077
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt4
1 files changed, 4 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 34020d418..33db2d0d3 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
@@ -107,6 +107,10 @@ org.eclipse.osgi.services:org.osgi.service.http.runtime.dto.DTOConstants#FAILURE
org.eclipse.osgi.services:org.osgi.service.http.runtime.dto.RuntimeDTO#attributes
org.eclipse.osgi.services:org.osgi.service.http.runtime.dto.RuntimeDTO#serviceDTO
+# https://bugs.eclipse.org/463077
+org.eclipse.equinox.p2.engine:MINOR_VERSION_CHANGED
+org.eclipse.equinox.p2.metadata:MINOR_VERSION_CHANGED
+
# https://bugs.eclipse.org/457926
org.junit:MINOR_VERSION_CHANGED
org.junit:org.junit.Assert#assertArrayEquals(Ljava/lang/String;[Z[Z)V

Back to the top