]> source.dussan.org Git - jgit.git/commit
Move Apache httpclient based HTTP support to a separate bundle 38/22338/3
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 20 Feb 2014 21:07:48 +0000 (22:07 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 20 Feb 2014 22:57:21 +0000 (23:57 +0100)
commit3d3df3942a528fb74baff1efb60212b9ebcae83e
tree9c14258df19d8b4a57de533548bea9a2ac159cb7
parent3cebf9c466ca4b6c78b80bddaa7a1481c44b60db
Move Apache httpclient based HTTP support to a separate bundle

This move avoids that all consumers of org.eclipse.jgit depend on Apache
httpclient. Also add another feature to make this optional for OSGi
consumers as well.

Change-Id: I5ef5e00c53678b9e1d7cfd54bbca3ff6f1c1c967
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
44 files changed:
org.eclipse.jgit.http.apache/.classpath [new file with mode: 0644]
org.eclipse.jgit.http.apache/.gitignore [new file with mode: 0644]
org.eclipse.jgit.http.apache/.project [new file with mode: 0644]
org.eclipse.jgit.http.apache/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.http.apache/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.jgit.http.apache/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.jgit.http.apache/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.http.apache/.settings/org.eclipse.mylyn.tasks.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.http.apache/.settings/org.eclipse.mylyn.team.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.http.apache/.settings/org.eclipse.pde.api.tools.prefs [new file with mode: 0644]
org.eclipse.jgit.http.apache/.settings/org.eclipse.pde.core.prefs [new file with mode: 0644]
org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.jgit.http.apache/about.html [new file with mode: 0644]
org.eclipse.jgit.http.apache/build.properties [new file with mode: 0644]
org.eclipse.jgit.http.apache/plugin.properties [new file with mode: 0644]
org.eclipse.jgit.http.apache/pom.xml [new file with mode: 0644]
org.eclipse.jgit.http.apache/resources/org/eclipse/jgit/transport/http/apache/internal/HttpApacheText.properties [new file with mode: 0644]
org.eclipse.jgit.http.apache/src/org/eclipse/jgit/transport/http/apache/HttpClientConnection.java [new file with mode: 0644]
org.eclipse.jgit.http.apache/src/org/eclipse/jgit/transport/http/apache/HttpClientConnectionFactory.java [new file with mode: 0644]
org.eclipse.jgit.http.apache/src/org/eclipse/jgit/transport/http/apache/TemporaryBufferEntity.java [new file with mode: 0644]
org.eclipse.jgit.http.apache/src/org/eclipse/jgit/transport/http/apache/internal/HttpApacheText.java [new file with mode: 0644]
org.eclipse.jgit.http.test/pom.xml
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.gitignore [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.project [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.settings/org.eclipse.mylyn.tasks.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.settings/org.eclipse.mylyn.team.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/build.properties [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/edl-v10.html [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.properties [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/license.html [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml
org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml
org.eclipse.jgit.packaging/pom.xml
org.eclipse.jgit/META-INF/MANIFEST.MF
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/http/apache/HttpClientConnection.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/transport/http/apache/HttpClientConnectionFactory.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/transport/http/apache/TemporaryBufferEntity.java [deleted file]
pom.xml