Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorJonah Graham2019-05-31 17:08:10 +0000
committerJonah Graham2019-05-31 17:08:10 +0000
commit518b8c23308144d04454ed857205531c3f9fb609 (patch)
tree7ea9e434c9386107735ffb2dc6e221cb9ef7ab01 /debug
parenta9e84e4fb76f61d54c0b2254f03e5a5facaeb24f (diff)
downloadorg.eclipse.cdt-518b8c23308144d04454ed857205531c3f9fb609.tar.gz
org.eclipse.cdt-518b8c23308144d04454ed857205531c3f9fb609.tar.xz
org.eclipse.cdt-518b8c23308144d04454ed857205531c3f9fb609.zip
[releng] adapt to changes in platform for what is published for ecf
See https://www.eclipse.org/lists/cdt-dev/msg33571.html Change-Id: Ib6bb075dfe41da6bb3221e0f73f24e7ce9869b0c
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.application.product/debug.product3
1 files changed, 1 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.product/debug.product b/debug/org.eclipse.cdt.debug.application.product/debug.product
index d11142a8e09..bad7089943d 100644
--- a/debug/org.eclipse.cdt.debug.application.product/debug.product
+++ b/debug/org.eclipse.cdt.debug.application.product/debug.product
@@ -275,8 +275,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<plugin id="org.eclipse.ecf.filetransfer"/>
<plugin id="org.eclipse.ecf.identity"/>
<plugin id="org.eclipse.ecf.provider.filetransfer"/>
- <plugin id="org.eclipse.ecf.provider.filetransfer.httpclient4"/>
- <plugin id="org.eclipse.ecf.provider.filetransfer.httpclient4.ssl" fragment="true"/>
+ <plugin id="org.eclipse.ecf.provider.filetransfer.httpclient45"/>
<plugin id="org.eclipse.ecf.provider.filetransfer.ssl" fragment="true"/>
<plugin id="org.eclipse.ecf.ssl" fragment="true"/>
<plugin id="org.eclipse.emf.common"/>

Back to the top