From 2290516ddb5a92ccc296df500aa5e9e30cbc240e Mon Sep 17 00:00:00 2001 From: Christian Halstrick Date: Sun, 4 Aug 2013 23:37:50 +0200 Subject: Add an implementation for HttpConnection using Apache HttpClient This change implements the http connection abstraction with the help of org.apache.http.client.HttpClient. The default implementation used by JGit is still the JDK HttpURLConnection. But now JGit users have the possibility to switch completely to org.apache.httpclient. The reason for this is that in certain (e.g. cloud) environments you are forced to use the org.apache classes. Change-Id: I0b357f23243ed13a014c79ba179fa327dfe318b2 Signed-off-by: Christian Halstrick Signed-off-by: Matthias Sohn --- .../org.eclipse.jgit.feature/feature.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature') 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 4ca2629220..443fffe07c 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -57,4 +57,18 @@ version="0.0.0" unpack="false"/> + + + + -- cgit v1.2.3