Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-07-12 01:46:05 +0000
committermkersten2006-07-12 01:46:05 +0000
commit4cee1c38fd292cb5cbd951caf399fb22f5f132ca (patch)
tree3c24962ff00fd60c6c768f531308df3a8133d310 /org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
parent4b751121eca0d11bd88252185ec383139a633d40 (diff)
downloadorg.eclipse.mylyn.tasks-4cee1c38fd292cb5cbd951caf399fb22f5f132ca.tar.gz
org.eclipse.mylyn.tasks-4cee1c38fd292cb5cbd951caf399fb22f5f132ca.tar.xz
org.eclipse.mylyn.tasks-4cee1c38fd292cb5cbd951caf399fb22f5f132ca.zip
Progress on: 135605: Allow to create new issues from PDE Error Log view
https://bugs.eclipse.org/bugs/show_bug.cgi?id=135605
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
index 33cfd45d0..3f733153b 100644
--- a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
@@ -16,7 +16,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.views,
org.eclipse.core.resources,
org.eclipse.ui.ide,
- org.eclipse.ui.workbench.texteditor
+ org.eclipse.ui.workbench.texteditor,
+ org.eclipse.pde.runtime
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Export-Package: org.eclipse.mylar.internal.tasklist,

Back to the top