Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/features/org.eclipse.ecf.platform-feature/feature.xml24
1 files changed, 21 insertions, 3 deletions
diff --git a/releng/features/org.eclipse.ecf.platform-feature/feature.xml b/releng/features/org.eclipse.ecf.platform-feature/feature.xml
index 8e1b0f630..d2e4287ee 100644
--- a/releng/features/org.eclipse.ecf.platform-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.platform-feature/feature.xml
@@ -32,9 +32,6 @@ Contributors: Composent, Inc. - initial API and implementation
<import plugin="org.eclipse.osgi.services"/>
<import plugin="org.eclipse.equinox.concurrent"/>
<import plugin="org.eclipse.core.net"/>
- <import plugin="org.apache.commons.httpclient"/>
- <import plugin="org.apache.commons.codec"/>
- <import plugin="org.apache.commons.logging"/>
</requires>
<plugin
@@ -96,4 +93,25 @@ Contributors: Composent, Inc. - initial API and implementation
fragment="true"
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