Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-05-12 00:59:05 +0000
committerKevin Sawicki2011-05-12 00:59:05 +0000
commit0d93fc473545becca69c0595289ac472afaea68f (patch)
treed13058e842837a7feb2375cb0a48c798976570ae /org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
parent31e119034516c7674964a6c7c87fedefd57376b8 (diff)
downloadegit-github-0d93fc473545becca69c0595289ac472afaea68f.tar.gz
egit-github-0d93fc473545becca69c0595289ac472afaea68f.tar.xz
egit-github-0d93fc473545becca69c0595289ac472afaea68f.zip
Add new core GitHub API plug-in and unit tests.
This moves the current API unit tests from the mylyn test plug-in and creates a new package of live tests that can be run directly against a GitHub instance. The new core API plug-in has no Eclipse dependencies and only relies on GSON and Apache Commons HTTP client. Change-Id: I2b4dc436760818e5fcf1503f7ba80e351aca4fb6 Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF7
1 files changed, 1 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index 8d67c594..fb05b133 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -8,17 +8,12 @@ Require-Bundle: org.eclipse.mylyn.github.core;bundle-version="0.1.0",
org.eclipse.mylyn.github.ui;bundle-version="0.1.0",
org.eclipse.jface.text;bundle-version="3.5.0",
org.eclipse.mylyn.tasks.ui;bundle-version="3.2.0",
- org.eclipse.equinox.security;bundle-version="1.0.100",
org.eclipse.mylyn.tasks.core,
org.eclipse.core.runtime;bundle-version="3.5.0",
org.junit;bundle-version="4.8.1",
org.hamcrest;bundle-version="1.1.0",
org.objenesis;bundle-version="1.0.0"
Bundle-Vendor: Eclipse EGit
-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.commons.logging;version="1.0.4",
- org.mockito;version="1.8.4",
+Import-Package: org.mockito;version="1.8.4",
org.mockito.runners;version="1.8.4",
org.mockito.stubbing;version="1.8.4"

Back to the top