Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-01-26 00:16:23 +0000
committerspingel2011-01-26 00:16:23 +0000
commit1935ca4ef9de0befd4d410633eb03cc03ec433a8 (patch)
treef3ae38cf3abeda129fce8b5de46c15269f7a7f05 /org.eclipse.mylyn.bugzilla.tests/META-INF
parent5a8cc07921637899b1904a490985888dabdd788f (diff)
downloadorg.eclipse.mylyn.tasks-1935ca4ef9de0befd4d410633eb03cc03ec433a8.tar.gz
org.eclipse.mylyn.tasks-1935ca4ef9de0befd4d410633eb03cc03ec433a8.tar.xz
org.eclipse.mylyn.tasks-1935ca4ef9de0befd4d410633eb03cc03ec433a8.zip
NEW - bug 335097: fix test failures on hudson
https://bugs.eclipse.org/bugs/show_bug.cgi?id=335097
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
index d797b0ea0..4d04acc3f 100644
--- a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
@@ -24,6 +24,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylyn.commons.ui,
org.eclipse.compare,
org.eclipse.mylyn.commons.core,
+ org.eclipse.mylyn.commons.tests,
org.eclipse.mylyn.commons.xmlrpc;bundle-version="[3.4.0,4.0.0)",
org.apache.xmlrpc
Bundle-Vendor: Eclipse Mylyn

Back to the top