Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-04-23 17:23:03 +0000
committerThomas Watson2015-04-23 17:23:03 +0000
commitc6f1cc59e4923664b30c67ff1ddfa3a8cfbe3f92 (patch)
tree2998c4de28a9f312ad640f426e5a53fdac792fe4
parenta08f7d0aa21944ed4cbb177392710f88ec3dae98 (diff)
downloadrt.equinox.bundles-c6f1cc59e4923664b30c67ff1ddfa3a8cfbe3f92.tar.gz
rt.equinox.bundles-c6f1cc59e4923664b30c67ff1ddfa3a8cfbe3f92.tar.xz
rt.equinox.bundles-c6f1cc59e4923664b30c67ff1ddfa3a8cfbe3f92.zip
Bug 454006 - org.eclipse.equinox.server.p2 should not include httpcomponents directly
-rw-r--r--features/org.eclipse.equinox.server.p2/feature.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/features/org.eclipse.equinox.server.p2/feature.xml b/features/org.eclipse.equinox.server.p2/feature.xml
index 56d37c5ab..ef240ded4 100644
--- a/features/org.eclipse.equinox.server.p2/feature.xml
+++ b/features/org.eclipse.equinox.server.p2/feature.xml
@@ -123,20 +123,6 @@
unpack="false"/>
<plugin
- id="org.apache.httpcomponents.httpclient"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.apache.httpcomponents.httpcore"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.equinox.frameworkadmin"
download-size="0"
install-size="0"

Back to the top