Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-05-12 01:37:17 +0000
committermkersten2006-05-12 01:37:17 +0000
commitbff4f88560342ca80f2772aa971c128d982fe3bb (patch)
tree32efa5b5805de1ffde0b0d0e862b1889801bd1ca /org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
parentf87c8f35c52d5f2e8fd7ce2b749d939c04aa5dce (diff)
downloadorg.eclipse.mylyn.tasks-bff4f88560342ca80f2772aa971c128d982fe3bb.tar.gz
org.eclipse.mylyn.tasks-bff4f88560342ca80f2772aa971c128d982fe3bb.tar.xz
org.eclipse.mylyn.tasks-bff4f88560342ca80f2772aa971c128d982fe3bb.zip
Progress on: 127293: bugzilla.core should not depend on mylar
https://bugs.eclipse.org/bugs/show_bug.cgi?id=127293
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF3
1 files changed, 2 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 62c50258e..1afef3ab5 100644
--- a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
@@ -21,7 +21,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.team.ui,
org.eclipse.team.cvs.ui,
org.eclipse.ui.editors,
- org.eclipse.ui.workbench.texteditor
+ org.eclipse.ui.workbench.texteditor,
+ org.eclipse.update.ui
Eclipse-AutoStart: true
Export-Package: org.eclipse.mylar.internal.bugzilla.ui,
org.eclipse.mylar.internal.bugzilla.ui.actions,

Back to the top