Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF
index ade719d4..4fa301b6 100644
--- a/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF
@@ -4,8 +4,8 @@ Bundle-Name: Mylyn Commons Activity Monitor Tests
Bundle-SymbolicName: org.eclipse.mylyn.commons.activity.tests;singleton:=true
Bundle-Version: 3.9.0.qualifier
Bundle-Vendor: Eclipse Mylyn
-Require-Bundle: org.eclipse.core.runtime,
- org.junit,
+Require-Bundle: org.junit;bundle-version="4.8.2",
+ org.eclipse.core.runtime,
org.eclipse.mylyn.commons.activity.ui
Export-Package: org.eclipse.mylyn.commons.activity.tests;x-internal:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top