Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF
index f06d9eb72..c48e5f9be 100644
--- a/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.mylyn.tasks.index.tests
Bundle-Version: 3.9.0.qualifier
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Require-Bundle: org.junit;bundle-version="4.5.0",
+Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.core.runtime,
org.eclipse.mylyn.commons.core,
org.eclipse.mylyn.commons.sdk.util,
@@ -15,5 +15,6 @@ Require-Bundle: org.junit;bundle-version="4.5.0",
org.eclipse.mylyn.tasks.tests,
org.eclipse.jface
Export-Package: org.eclipse.mylyn.internal.tasks.index.tests;x-internal:=true,
+ org.eclipse.mylyn.internal.tasks.index.tests.ui;x-internal:=true,
org.eclipse.mylyn.internal.tasks.index.tests.util;x-internal:=true

Back to the top