Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2008-06-13 22:30:23 +0000
committerrelves2008-06-13 22:30:23 +0000
commit5345a75d0791a4e271cb95e13634783f89b58eb3 (patch)
tree6a25442822f5d658dc7cf298fbdc25efa83d7492 /org.eclipse.mylyn.bugzilla.tests/META-INF
parentdf19fcf080c336c5349e5970a4026eb543377b18 (diff)
downloadorg.eclipse.mylyn.tasks-5345a75d0791a4e271cb95e13634783f89b58eb3.tar.gz
org.eclipse.mylyn.tasks-5345a75d0791a4e271cb95e13634783f89b58eb3.tar.xz
org.eclipse.mylyn.tasks-5345a75d0791a4e271cb95e13634783f89b58eb3.zip
NEW - bug 237140: remove deprecated code from Bugzilla
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237140
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
index 9547e6aa4..e7d66efa0 100644
--- a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
@@ -25,8 +25,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylyn.commons.net,
org.eclipse.mylyn.bugzilla.ide,
org.eclipse.mylyn.commons.ui,
- org.eclipse.compare;bundle-version="3.4.0",
- org.eclipse.mylyn.commons.core;bundle-version="3.0.0"
+ org.eclipse.compare,
+ org.eclipse.mylyn.commons.core
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: bugzilla-test.jar

Back to the top