jgit/org.eclipse.jgit.packaging
Christian Halstrick 2290516ddb 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 <christian.halstrick@sap.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2014-02-18 21:04:17 +01:00
..
org.eclipse.jgit.feature Add an implementation for HttpConnection using Apache HttpClient 2014-02-18 21:04:17 +01:00
org.eclipse.jgit.java7.feature Prepare 3.3.0-SNAPSHOT builds 2013-12-05 22:42:47 +01:00
org.eclipse.jgit.junit.feature Add an implementation for HttpConnection using Apache HttpClient 2014-02-18 21:04:17 +01:00
org.eclipse.jgit.pgm.feature Prepare 3.3.0-SNAPSHOT builds 2013-12-05 22:42:47 +01:00
org.eclipse.jgit.pgm.source.feature Prepare 3.3.0-SNAPSHOT builds 2013-12-05 22:42:47 +01:00
org.eclipse.jgit.repository Prepare 3.3.0-SNAPSHOT builds 2013-12-05 22:42:47 +01:00
org.eclipse.jgit.source.feature Prepare 3.3.0-SNAPSHOT builds 2013-12-05 22:42:47 +01:00
org.eclipse.jgit.target Add an implementation for HttpConnection using Apache HttpClient 2014-02-18 21:04:17 +01:00
pom.xml Prepare 3.3.0-SNAPSHOT builds 2013-12-05 22:42:47 +01:00