Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-05-16 17:46:59 +0000
committerKevin Sawicki2011-05-16 17:46:59 +0000
commit5296efdc3cd88f2869de93b0dcf93c1dfcf481c5 (patch)
treecd9c39b4ba318c72064fcb42244470d913f5311a /org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
parent4a1dff2af46ad965398453b46f6ea3b2c6be4336 (diff)
downloadegit-github-5296efdc3cd88f2869de93b0dcf93c1dfcf481c5.tar.gz
egit-github-5296efdc3cd88f2869de93b0dcf93c1dfcf481c5.tar.xz
egit-github-5296efdc3cd88f2869de93b0dcf93c1dfcf481c5.zip
GitHubClient refactored to use HttpClient 4.1
Change-Id: I87ac2e8e097e6436a4765126af2b044013e5592f Signed-off-by: Christian Trutz <christian.trutz@gmail.com> Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
index bc4e2aea..5d2c0236 100644
--- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.gson;version="1.6.0",
com.google.gson.reflect;version="1.6.0",
- org.apache.commons.httpclient;version="3.1.0",
+ org.apache.http;version="4.1.0",
org.mockito;version="1.8.4",
org.mockito.runners;version="1.8.4",
org.mockito.stubbing;version="1.8.4"

Back to the top