Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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, 5 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index 2076b5bc..b30a2264 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -10,6 +10,9 @@ Require-Bundle: org.junit4;bundle-version="4.5.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.mylyn.tasks.core,
+ org.eclipse.core.runtime;bundle-version="3.5.0"
Bundle-Vendor: Eclipse EGit
-Import-Package: com.google.gson;version="1.6.0"
+Import-Package: com.google.gson;version="1.6.0",
+ org.mockito;version="1.8.4",
+ org.mockito.runners;version="1.8.4"

Back to the top