diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-02-24 01:19:00 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-02-24 01:21:31 +0100 |
commit | 18b030bcb5c9c60e48df17ab128005829940e117 (patch) | |
tree | 2d6e20ffb429abb176ef753d9efb9759d1d82b68 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 3d3df3942a528fb74baff1efb60212b9ebcae83e (diff) | |
download | jgit-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.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index 443fffe07c..4ca2629220 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -57,18 +57,4 @@ 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> |