Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt46
1 files changed, 46 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 6de44830e..8a75a4acd 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
@@ -3,3 +3,49 @@
# The unapproved entry exclude list can be copied from <build>/buildlogs/mb080_publish-eclipse_output.txt
# Search for: Potential exclude list:
# Copy the list into this report and remove "[apitooling.apifreeze] "
+ADDED#org.eclipse.jetty.util.ajax
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpHeader#isPseudo()Z
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#ACL
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#ACL_AS_INT
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#BASELINE_CONTROL
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#BIND
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#CHECKIN
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#CHECKOUT
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#COPY
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#GET_AS_INT
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#HEAD_AS_INT
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#LABEL
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#LINK
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#LOCK
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#LOOK_AHEAD
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MERGE
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MKACTIVITY
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MKCALENDAR
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MKCOL
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MKREDIRECTREF
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MKWORKSPACE
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#ORDERPATCH
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#PATCH
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#POST_AS_INT
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#PRI_AS_INT
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#PROPFIND
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#PROPPATCH
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#PUT_AS_INT
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#REBIND
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#REPORT
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#SEARCH
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UNBIND
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UNCHECKOUT
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UNLINK
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UNLOCK
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UPDATE
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UPDATEREDIRECTREF
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#VERSION_CONTROL
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#isIdempotent()Z
+org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#isSafe()Z
+org.eclipse.jetty.server:org.eclipse.jetty.server.HttpChannel#ensureConsumeAllOrNotPersistent()V
+org.eclipse.jetty.server:org.eclipse.jetty.server.Response#sendRedirect(ILjava/lang/String;Z)V
+org.eclipse.jetty.server:org.eclipse.jetty.server.Response#sendRedirect(Ljava/lang/String;Z)V
+org.eclipse.jetty.server:org.eclipse.jetty.server.session.SessionHandler#getSessionCookieName(Ljavax/servlet/SessionCookieConfig;)Ljava/lang/String;
+org.eclipse.jetty.util:org.eclipse.jetty.util.Trie#empty<T:Ljava/lang/Object;>(Z)Lorg/eclipse/jetty/util/Trie<TT;>;
+

Back to the top