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.bugzilla.tests/META-INF
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.bugzilla.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
index d8ec27642..968a16b0f 100644
--- a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
@@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.forms,
org.eclipse.mylyn,
org.eclipse.search,
- org.eclipse.mylyn.web.core,
+ org.eclipse.mylyn.commons.net,
org.eclipse.mylyn.bugzilla.ide;bundle-version="2.3.0",
org.eclipse.mylyn.commons.ui;bundle-version="[3.0.0,4.0.0)"
Bundle-ActivationPolicy: lazy

Back to the top