From 3d3df3942a528fb74baff1efb60212b9ebcae83e Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 20 Feb 2014 22:07:48 +0100 Subject: 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 --- .../org.eclipse.jgit.http.apache.feature/build.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/build.properties (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/build.properties') diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/build.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/build.properties new file mode 100644 index 0000000000..b4a8dde9e5 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/build.properties @@ -0,0 +1,4 @@ +bin.includes = feature.xml,\ + edl-v10.html,\ + feature.properties,\ + license.html -- cgit v1.2.3