Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2019-05-16 10:19:54 +0000
committerMat Booth2019-05-16 10:20:09 +0000
commit10ee9de3dde07ba516bf2ad72c93779f0fb08100 (patch)
tree58d3ab7ade476d6667e1dddbde9a958dfc8c645d
parentb8aa72dc4730e6c678972b0bd3a70f7345ed78bf (diff)
downloadrt.equinox.bundles-10ee9de3dde07ba516bf2ad72c93779f0fb08100.tar.gz
rt.equinox.bundles-10ee9de3dde07ba516bf2ad72c93779f0fb08100.tar.xz
rt.equinox.bundles-10ee9de3dde07ba516bf2ad72c93779f0fb08100.zip
Switch to the new httpclient45 ECF provider. Change-Id: I799869eb846681f3a01b346b10f2b79ec3189edd Signed-off-by: Mat Booth <mat.booth@redhat.com>
-rw-r--r--features/org.eclipse.equinox.server.p2/feature.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.server.p2/feature.xml b/features/org.eclipse.equinox.server.p2/feature.xml
index affd88513..066c0d1b6 100644
--- a/features/org.eclipse.equinox.server.p2/feature.xml
+++ b/features/org.eclipse.equinox.server.p2/feature.xml
@@ -19,8 +19,7 @@
<import feature="org.eclipse.ecf.core.feature" version="1.5.0" match="compatible"/>
<import feature="org.eclipse.ecf.core.ssl.feature" version="1.1.0" match="compatible"/>
<import feature="org.eclipse.ecf.filetransfer.feature" version="3.13.7" match="compatible"/>
- <import feature="org.eclipse.ecf.filetransfer.httpclient4.feature" version="3.13.7" match="compatible"/>
- <import feature="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature" version="1.1.0" match="compatible"/>
+ <import feature="org.eclipse.ecf.filetransfer.httpclient45.feature" version="1.0.0" match="compatible"/>
<import feature="org.eclipse.ecf.filetransfer.ssl.feature" version="1.1.0" match="compatible"/>
</requires>

Back to the top