Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF
index 2f3faa0ba..2d84fbcfa 100644
--- a/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF
@@ -5,13 +5,15 @@ Bundle-SymbolicName: org.eclipse.mylyn.tasks.index.tests
Bundle-Version: 3.7.0.qualifier
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.junit;bundle-version="4.5.0",
+Require-Bundle: org.junit;bundle-version="4.5.0",
org.eclipse.core.runtime,
org.eclipse.mylyn.commons.core,
+ org.eclipse.mylyn.commons.sdk.util,
org.eclipse.mylyn.tasks.core,
org.eclipse.mylyn.tasks.index.core,
org.eclipse.mylyn.tasks.index.ui,
- org.eclipse.mylyn.tasks.tests
+ org.eclipse.mylyn.tasks.tests,
+ org.eclipse.jface
Export-Package: org.eclipse.mylyn.internal.tasks.index.tests;x-internal:=true,
org.eclipse.mylyn.internal.tasks.index.tests.util;x-internal:=true

Back to the top