Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-04-12 21:55:10 +0000
committerChris Aniszczyk2011-04-15 15:17:22 +0000
commit2a0c5f8949b0493b77369e4fa9d1244519982333 (patch)
tree7e9fe50f6d2b4e80281c12b2b5ec29b433e24924 /org.eclipse.mylyn.github.tests/META-INF
parent06efd7f9b306a4ed3b99057498faae21b12f1893 (diff)
downloadegit-github-2a0c5f8949b0493b77369e4fa9d1244519982333.tar.gz
egit-github-2a0c5f8949b0493b77369e4fa9d1244519982333.tar.xz
egit-github-2a0c5f8949b0493b77369e4fa9d1244519982333.zip
More unit tests for IssueService
Change-Id: Id74b4433756fe103ac7f368b66c2887e15f0d132 Signed-off-by: Christian Trutz <christian.trutz@gmail.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index b30a2264..edc0d052 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -14,5 +14,6 @@ Require-Bundle: org.junit4;bundle-version="4.5.0",
org.eclipse.core.runtime;bundle-version="3.5.0"
Bundle-Vendor: Eclipse EGit
Import-Package: com.google.gson;version="1.6.0",
+ com.google.gson.reflect;version="1.6.0",
org.mockito;version="1.8.4",
org.mockito.runners;version="1.8.4"

Back to the top