Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-04-18 21:28:57 +0000
committerspingel2008-04-18 21:28:57 +0000
commit3fc4a7722a8d3518e73fe38be35ae413231dcb1a (patch)
tree144928e72f401c72741a0fc53186e58421fad1c9 /org.eclipse.mylyn.bugzilla.ui/META-INF
parent73a22a9421d33160ed3b96e64fd7f503599cbf8b (diff)
downloadorg.eclipse.mylyn.tasks-3fc4a7722a8d3518e73fe38be35ae413231dcb1a.tar.gz
org.eclipse.mylyn.tasks-3fc4a7722a8d3518e73fe38be35ae413231dcb1a.tar.xz
org.eclipse.mylyn.tasks-3fc4a7722a8d3518e73fe38be35ae413231dcb1a.zip
NEW - bug 217725: [api] review plug-in and feature dependencies
https://bugs.eclipse.org/bugs/show_bug.cgi?id=217725
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
index 920d8ea7b..1ab3bdcb2 100644
--- a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
@@ -15,11 +15,10 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.jface.text,
org.eclipse.ui.editors,
org.eclipse.ui.workbench.texteditor,
- org.eclipse.update.ui,
org.eclipse.mylyn.bugzilla.core;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.mylyn.tasks.ui;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)"
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)"
Eclipse-AutoStart: true
Export-Package: org.eclipse.mylyn.internal.bugzilla.ui;x-internal:=true,
org.eclipse.mylyn.internal.bugzilla.ui.editor;x-internal:=true,

Back to the top