Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF3
1 files changed, 1 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 04790dbd6..96b3f0009 100644
--- a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Bugzilla Connector Tests
Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.tests;singleton:=true
Bundle-Version: 3.9.0.qualifier
-Require-Bundle: org.junit,
+Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.compare,
org.eclipse.core.runtime,
org.eclipse.jface.text,
@@ -26,7 +26,6 @@ Require-Bundle: org.junit,
org.eclipse.mylyn.tasks.ui,
org.eclipse.mylyn.tests.util,
org.eclipse.mylyn.commons.net,
- org.eclipse.mylyn.bugzilla.ide,
org.apache.xmlrpc
Bundle-Vendor: Eclipse Mylyn
Export-Package: org.eclipse.mylyn.bugzilla.tests;x-internal:=true,

Back to the top