Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-04-10 18:38:08 +0000
committerChris Aniszczyk2011-04-10 19:09:02 +0000
commit990790463e207419db4b939900fad466b99f4430 (patch)
treeb1947a9fccaf55c99d1d7d6065e1216f3d3f4ab1 /org.eclipse.mylyn.github.core/META-INF
parentd1db183f3d741b55fa3d66b05ecd9b719a837af3 (diff)
downloadegit-github-990790463e207419db4b939900fad466b99f4430.tar.gz
egit-github-990790463e207419db4b939900fad466b99f4430.tar.xz
egit-github-990790463e207419db4b939900fad466b99f4430.zip
Add GitHub client class for new API
Change-Id: I8f4681353bcfcffc7efbc9bb4f726dc61a45a563 Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core/META-INF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index bb48a03a..2494f24a 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -10,4 +10,5 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
org.eclipse.mylyn.tasks.core;bundle-version="3.2.0",
org.eclipse.mylyn.commons.net;bundle-version="3.2.0"
Import-Package: com.google.gson;version="1.6.0",
+ com.google.gson.reflect;version="1.6.0",
org.apache.commons.logging

Back to the top