Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
index 95fe85d78..7f91d443a 100644
--- a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
@@ -21,12 +21,12 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.resources.tests,
org.eclipse.mylyn.web.tasks,
org.eclipse.mylyn.monitor.core,
- org.eclipse.mylyn,
org.eclipse.mylyn.web.core,
org.eclipse.jface.text,
org.eclipse.test.performance,
org.eclipse.ui.ide,
- org.eclipse.mylyn.tasks.bugs
+ org.eclipse.mylyn.tasks.bugs,
+ org.eclipse.mylyn.commons.core
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: mylyn-tasklist-tests.jar
Export-Package: org.eclipse.mylyn.tasks.tests;x-internal:=true,

Back to the top