Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2008-04-29 21:57:26 +0000
committermkersten2008-04-29 21:57:26 +0000
commit2dab441c1bf2c46de9153c1bccd5afb7bd31b12e (patch)
tree68c1c6b35530d98cd0f4e30200e87c6c10ec1bd7 /org.eclipse.mylyn.tasks.bugs/META-INF
parent25bd6e4030e1d394a26f4fb066a26aa66dd79c7f (diff)
downloadorg.eclipse.mylyn.tasks-2dab441c1bf2c46de9153c1bccd5afb7bd31b12e.tar.gz
org.eclipse.mylyn.tasks-2dab441c1bf2c46de9153c1bccd5afb7bd31b12e.tar.xz
org.eclipse.mylyn.tasks-2dab441c1bf2c46de9153c1bccd5afb7bd31b12e.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.tasks.bugs/META-INF')
-rw-r--r--org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
index fe6798e65..475ff96f6 100644
--- a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
@@ -8,7 +8,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.views.log,
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)",
- org.eclipse.mylyn.tasks.ui;bundle-version="[3.0.0,4.0.0)"
+ org.eclipse.mylyn.tasks.ui;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.mylyn.workbench.ui;bundle-version="[3.0.0,4.0.0)"
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top