Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2007-11-21 21:17:43 +0000
committerspingel2007-11-21 21:17:43 +0000
commitde8d415884aca6bec93b8d4ba1fc7c7b955e3e36 (patch)
treedd8a8433562e3df129ecfd6e09d8544270860833 /org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
parente9e03c1d1198ebea0f44c19cf0b86f461795f992 (diff)
downloadorg.eclipse.mylyn.tasks-de8d415884aca6bec93b8d4ba1fc7c7b955e3e36.tar.gz
org.eclipse.mylyn.tasks-de8d415884aca6bec93b8d4ba1fc7c7b955e3e36.tar.xz
org.eclipse.mylyn.tasks-de8d415884aca6bec93b8d4ba1fc7c7b955e3e36.zip
NEW - bug 169426: create a new bug from a comment
https://bugs.eclipse.org/bugs/show_bug.cgi?id=169426
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 c46cc9b4b..8ef6361a9 100644
--- a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
@@ -22,7 +22,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.web.tasks,
org.eclipse.mylyn.monitor.core,
org.eclipse.mylyn,
- org.eclipse.mylyn.web.core
+ org.eclipse.mylyn.web.core,
+ org.eclipse.jface.text
Eclipse-AutoStart: true
Bundle-ClassPath: mylyn-tasklist-tests.jar
Export-Package: org.eclipse.mylyn.tasks.tests,

Back to the top