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>
stable-3.3
Matthias Sohn 11 years ago
parent
commit
18b030bcb5
  1. 14
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
  2. 14
      org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml

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

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

Loading…
Cancel
Save