Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-06-24 17:33:22 +0000
committermkersten2005-06-24 17:33:22 +0000
commitf8308460942e136cd4515a43b840b3cf80f26deb (patch)
tree16e85b6b475d5924f468d029a2fa20bb2836ede0 /org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
parent5a6a38d78ae8448c2f3a1fc3c221a9b367c57ef9 (diff)
downloadorg.eclipse.mylyn.tasks-f8308460942e136cd4515a43b840b3cf80f26deb.tar.gz
org.eclipse.mylyn.tasks-f8308460942e136cd4515a43b840b3cf80f26deb.tar.xz
org.eclipse.mylyn.tasks-f8308460942e136cd4515a43b840b3cf80f26deb.zip
Bugzilla Bug 101549
create tests for tasklist
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
index 1e20aa58b..d575b7dde 100644
--- a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
@@ -13,7 +13,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylar.tasks,
org.eclipse.mylar.bugzilla,
org.eclipse.jdt.core,
- org.eclipse.core.resources
+ org.eclipse.core.resources,
+ org.eclipse.ui
Eclipse-AutoStart: true
Bundle-ClassPath: mylar-tasklist-tests.jar
Export-Package: org.eclipse.mylar.tasks.bugzilla.tests,

Back to the top