summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2014-02-24 01:19:00 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2014-02-24 01:21:31 +0100
commit18b030bcb5c9c60e48df17ab128005829940e117 (patch)
tree2d6e20ffb429abb176ef753d9efb9759d1d82b68 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature
parent3d3df3942a528fb74baff1efb60212b9ebcae83e (diff)
downloadjgit-18b030bcb5c9c60e48df17ab128005829940e117.tar.gz
jgit-18b030bcb5c9c60e48df17ab128005829940e117.zip
Package httpclient and httpcore in o.e.j.http.apache.feature
When adding the new feature o.e.j.http.apache.feature in I4adfecd56d84ee24a50cadb1700c8be56e4172a3 in order to make the httpclient based implementation optional I missed to also move the apache libraries. Change-Id: I7285458a70aee3dd6faf739b68a0b5783b8da01d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml
index 05ee924799..3fac217dc5 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml
@@ -33,4 +33,18 @@
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.apache.httpcomponents.httpclient"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>