Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2019-05-20 14:24:10 +0000
committerDani Megert2019-05-20 14:24:10 +0000
commit9a13ea8df6b74c8233dcc4b7112cabbb51f83436 (patch)
tree7d001fe2bf1522d8774c95a4e74dbdd8b1ef2ad0
parentaeeae5195253def895b3509db34ab3c5abd7c693 (diff)
downloadeclipse.platform.releng.aggregator-9a13ea8df6b74c8233dcc4b7112cabbb51f83436.tar.gz
eclipse.platform.releng.aggregator-9a13ea8df6b74c8233dcc4b7112cabbb51f83436.tar.xz
eclipse.platform.releng.aggregator-9a13ea8df6b74c8233dcc4b7112cabbb51f83436.zip
Added filter for removed ECF bundles
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt
index eae66617a..b938b03fd 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt
@@ -22,3 +22,9 @@ org.eclipse.core.runtime.compatibility.registry
## REMOVED org.eclipse.core.filesystem.java7 fragment - https://bugs.eclipse.org/472554
org.eclipse.core.filesystem.java7
+
+## REMOVED org.eclipse.ecf.provider.filetransfer.httpclient4 - https://bugs.eclipse.org/545718
+org.eclipse.ecf.provider.filetransfer.httpclient4
+
+## REMOVED org.eclipse.ecf.provider.filetransfer.httpclient4.ssl - https://bugs.eclipse.org/545718
+org.eclipse.ecf.provider.filetransfer.httpclient4.ssl

Back to the top