Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2008-04-29 23:30:46 +0000
committermkersten2008-04-29 23:30:46 +0000
commit132e402801169508ea69d81f85b8e97dd8224fff (patch)
tree5a25108cab4c690ab4141a91605e42d20a08700b /org.eclipse.mylyn.bugzilla.ui/META-INF
parentb03835381a00df87e6d6a0a98ce04247dc39755f (diff)
downloadorg.eclipse.mylyn.tasks-132e402801169508ea69d81f85b8e97dd8224fff.tar.gz
org.eclipse.mylyn.tasks-132e402801169508ea69d81f85b8e97dd8224fff.tar.xz
org.eclipse.mylyn.tasks-132e402801169508ea69d81f85b8e97dd8224fff.zip
NEW - bug 214379: [api] Generalize screen capture UI and other common facilities for cross-project use
https://bugs.eclipse.org/bugs/show_bug.cgi?id=214379
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
index 5d57b90e7..124b4ee9c 100644
--- a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
@@ -16,10 +16,10 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.editors,
org.eclipse.ui.workbench.texteditor,
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.commons.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.workbench.ui;bundle-version="[3.0.0,4.0.0)"
+ org.eclipse.mylyn.commons.ui;bundle-version="[3.0.0,4.0.0)"
Bundle-ActivationPolicy: lazy
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