Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2018-05-16 14:28:28 +0000
committerDani Megert2018-05-16 14:28:28 +0000
commit16e446ca7c68b8892a785a41549f53c68add64cb (patch)
treec3702cd29e38a01a2d8414d5a56a73d6fa8b7b58
parentfcd4c0e7636f50c8d19631e41e217599f85095c1 (diff)
downloadeclipse.platform.releng.aggregator-16e446ca7c68b8892a785a41549f53c68add64cb.tar.gz
eclipse.platform.releng.aggregator-16e446ca7c68b8892a785a41549f53c68add64cb.tar.xz
eclipse.platform.releng.aggregator-16e446ca7c68b8892a785a41549f53c68add64cb.zip
Added API change approval for bug 534720: Update prereqs for Photon Milestones for RC1: ECF
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt18
1 files changed, 18 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 36ffa40fa..2f8c1f4d4 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
@@ -497,3 +497,21 @@ org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#get
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#getPECTasksExecuted()J
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#getPICTasksExecuted()J
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#tryProduce(Z)Z
+
+# Bug 534720: Update prereqs for Photon Milestones for RC1: ECF
+org.eclipse.ecf.identity:MINOR_VERSION_CHANGED
+org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.BaseID
+org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.GUID#GUID()V
+org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.LongID#LongID()V
+org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.NamespacePermission#NamespacePermission()V
+org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.StringID#StringID()V
+org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.URIID#URIID()V
+org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.UuID#UuID()V
+org.eclipse.ecf.identity:org.eclipse.ecf.core.util.BundleStarter
+org.eclipse.ecf:MINOR_VERSION_CHANGED
+org.eclipse.ecf:org.eclipse.ecf.core.provider.ContainerInstantiatorUtils
+org.eclipse.ecf:org.eclipse.ecf.core.provider.ContainerIntentException
+org.eclipse.ecf:org.eclipse.ecf.core.util.BundleStarter#org.eclipse.ecf.core.util.BundleStarter
+org.eclipse.ecf:org.eclipse.ecf.core.util.OSGIObjectInputStream
+org.eclipse.ecf:org.eclipse.ecf.core.util.OSGIObjectOutputStream
+org.eclipse.ecf:org.eclipse.ecf.core.util.OSGIObjectStreamConstants

Back to the top