Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2012-05-13 03:17:20 +0000
committerslewis2012-05-13 03:17:20 +0000
commit7f832bf94315775ae8c806a5b46bf4f36171e987 (patch)
treec09de2cfb68f6ab766b00cad53f2408ecd756c4b /releng/features
parente5b3736acd7b6a9c978485286bb7fd0a5908d13d (diff)
downloadorg.eclipse.ecf-7f832bf94315775ae8c806a5b46bf4f36171e987.tar.gz
org.eclipse.ecf-7f832bf94315775ae8c806a5b46bf4f36171e987.tar.xz
org.eclipse.ecf-7f832bf94315775ae8c806a5b46bf4f36171e987.zip
Added o.e.e.ssl fragment to httpclient feature
Diffstat (limited to 'releng/features')
-rw-r--r--releng/features/org.eclipse.ecf.provider.filetransfer.httpclient.feature/feature.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releng/features/org.eclipse.ecf.provider.filetransfer.httpclient.feature/feature.xml b/releng/features/org.eclipse.ecf.provider.filetransfer.httpclient.feature/feature.xml
index c84d39709..4a0ee713a 100644
--- a/releng/features/org.eclipse.ecf.provider.filetransfer.httpclient.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.provider.filetransfer.httpclient.feature/feature.xml
@@ -71,4 +71,12 @@ Contributors: Composent, Inc. - initial API and implementation
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.ecf.ssl"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
</feature>

Back to the top