Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2008-04-30 15:34:36 +0000
committermkersten2008-04-30 15:34:36 +0000
commit0170e330be19f2eaa54f5e43b99bb8bc65ab5b0d (patch)
treeb54429c99ed104f47a833c0b891ff57c2da369d0 /org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
parent8183799ec203fedd16310ef1825ea5eb4be915de (diff)
downloadorg.eclipse.mylyn.tasks-0170e330be19f2eaa54f5e43b99bb8bc65ab5b0d.tar.gz
org.eclipse.mylyn.tasks-0170e330be19f2eaa54f5e43b99bb8bc65ab5b0d.tar.xz
org.eclipse.mylyn.tasks-0170e330be19f2eaa54f5e43b99bb8bc65ab5b0d.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.trac.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
index c5b50b89c..fef7151d8 100644
--- a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
@@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.core.runtime,
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.trac.core;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.web.core;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.mylyn.commons.net;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.trac.ui;x-internal:=true,

Back to the top