Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2007-06-05 02:55:58 +0000
committerrelves2007-06-05 02:55:58 +0000
commitc666a527bedd03bb02b0232a651dd04ed7d08f15 (patch)
treeeb9a548584d8b2cea370ec11856fe4a9f4f83d19 /org.eclipse.mylyn.bugzilla.tests/META-INF
parent77b03f518715908344326384e6f585a84cf3d243 (diff)
downloadorg.eclipse.mylyn.tasks-c666a527bedd03bb02b0232a651dd04ed7d08f15.tar.gz
org.eclipse.mylyn.tasks-c666a527bedd03bb02b0232a651dd04ed7d08f15.tar.xz
org.eclipse.mylyn.tasks-c666a527bedd03bb02b0232a651dd04ed7d08f15.zip
NEW - bug 161734: [api] clean up schitzophrenia between tasks and hits
https://bugs.eclipse.org/bugs/show_bug.cgi?id=161734
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
index 34c19c6d8..930253e9e 100644
--- a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
@@ -20,7 +20,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylar.context.core,
org.eclipse.mylar.tasks.core,
org.eclipse.ui.forms,
- org.eclipse.mylar
+ org.eclipse.mylar,
+ org.eclipse.search
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: bugzilla-test.jar

Back to the top