Browse Source

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>
tags/v3.3.0.201403021825-r
Matthias Sohn 10 years ago
parent
commit
18b030bcb5

+ 0
- 14
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml View File

@@ -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>

+ 14
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml View File

@@ -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>

Loading…
Cancel
Save