Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2005-07-26 19:17:42 +0000
committersminto2005-07-26 19:17:42 +0000
commit2da02580b6bf11366663b415c01cfef6fac6ebc7 (patch)
treef05ef0af6f8fc20aa0bfac2066e17ae4a9ac400d /org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
parent880ba1aeae0cd7b4f6660b0934559797b9ef7e45 (diff)
downloadorg.eclipse.mylyn.tasks-2da02580b6bf11366663b415c01cfef6fac6ebc7.tar.gz
org.eclipse.mylyn.tasks-2da02580b6bf11366663b415c01cfef6fac6ebc7.tar.xz
org.eclipse.mylyn.tasks-2da02580b6bf11366663b415c01cfef6fac6ebc7.zip
code to support fix for Bug #103093: spell checking of new comments
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
index 0d616d8e8..95271b76f 100644
--- a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
@@ -17,7 +17,10 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylar.core,
org.eclipse.ui.browser,
org.eclipse.ui.forms,
- org.eclipse.mylar.tasklist
+ org.eclipse.mylar.tasklist,
+ org.eclipse.jface.text,
+ org.eclipse.ui.workbench.texteditor,
+ org.eclipse.ui.editors
Eclipse-AutoStart: true
Export-Package: org.eclipse.mylar.bugzilla.ui,
org.eclipse.mylar.bugzilla.ui.actions,

Back to the top