Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-08-11 23:55:56 +0000
committerKevin Sawicki2011-08-11 23:55:56 +0000
commit248ee27ad28fc5b042cfba260c6db474dd26bf81 (patch)
treef596f1bc0446ccf7b075d224499afe8f3ca132e7 /org.eclipse.egit.github.core/META-INF/MANIFEST.MF
parent1142878d3fcc8bdab3725bad3fe9b06168f0ae52 (diff)
downloadegit-github-248ee27ad28fc5b042cfba260c6db474dd26bf81.tar.gz
egit-github-248ee27ad28fc5b042cfba260c6db474dd26bf81.tar.xz
egit-github-248ee27ad28fc5b042cfba260c6db474dd26bf81.zip
Add service support for low-level Git data API.
Adds support for blob, trees, commits, refs, and tags. Change-Id: Ie54f3ded817d8010c93128342da37b6b84be7c8f Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.egit.github.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.github.core/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
index 1057032d..92effbfa 100644
--- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
@@ -9,6 +9,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.gson;version="[1.6.0,2.0.0)",
com.google.gson.annotations;version="[1.6.0,2.0.0)",
com.google.gson.reflect;version="[1.6.0,2.0.0)",
+ org.apache.commons.codec.binary;version="[1.3.0,2.0.0)",
org.apache.http;version="[4.1.0,5.0.0)",
org.apache.http.auth;version="[4.1.0,5.0.0)",
org.apache.http.client;version="[4.1.0,5.0.0)",

Back to the top