]> source.dussan.org Git - jgit.git/commitdiff
Package httpclient and httpcore in o.e.j.http.apache.feature 08/22408/1
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 24 Feb 2014 00:19:00 +0000 (01:19 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 24 Feb 2014 00:21:31 +0000 (01:21 +0100)
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>
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml

index 443fffe07c318922a8590004a823bda3dbb9f675..4ca26292205b6cf36aa02e4dc67bc876f0238f72 100644 (file)
          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>
index 05ee9247997674406a3062e97048705f8edd920d..3fac217dc5f2f453616871e8ce89c04bf92876a4 100644 (file)
          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>