Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-04-08 10:19:11 +0000
committerslewis2007-04-08 10:19:11 +0000
commit4f65e5ba5205c2070c16ff842562666bfd143c8b (patch)
tree32ca12a84ada35ebdf98763d263832f73a46182f /releng/features
parent6a1c4c94aaebdba5eb5957e5fd04fda6e5406cfe (diff)
downloadorg.eclipse.ecf-4f65e5ba5205c2070c16ff842562666bfd143c8b.tar.gz
org.eclipse.ecf-4f65e5ba5205c2070c16ff842562666bfd143c8b.tar.xz
org.eclipse.ecf-4f65e5ba5205c2070c16ff842562666bfd143c8b.zip
Added Orbit bundles to ECF build for httpclient
Diffstat (limited to 'releng/features')
-rw-r--r--releng/features/org.eclipse.ecf.core-feature/feature.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/releng/features/org.eclipse.ecf.core-feature/feature.xml b/releng/features/org.eclipse.ecf.core-feature/feature.xml
index 9c89bcd03..ceaa265ab 100644
--- a/releng/features/org.eclipse.ecf.core-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core-feature/feature.xml
@@ -517,4 +517,25 @@ More specifically:
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.apache.commons.codec"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.commons.httpclient"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.commons.logging"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top