Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.repositories.tests/META-INF/MANIFEST.MF5
2 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF
index 1f3a47e4..eedb15b7 100644
--- a/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.net,
- org.junit4;bundle-version="4.5.0",
+ org.junit;bundle-version="4.8.2",
org.eclipse.mylyn.commons.core,
org.eclipse.mylyn.commons.repositories.core,
org.eclipse.mylyn.commons.repositories.http.core,
diff --git a/org.eclipse.mylyn.commons.repositories.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.repositories.tests/META-INF/MANIFEST.MF
index 00b0e54c..37e70b2a 100644
--- a/org.eclipse.mylyn.commons.repositories.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.repositories.tests/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.net,
org.eclipse.equinox.security,
- org.junit4;bundle-version="4.5.0",
+ org.junit;bundle-version="4.8.2",
org.eclipse.mylyn.commons.core,
org.eclipse.mylyn.commons.repositories.core,
org.eclipse.mylyn.commons.repositories.ui,
@@ -16,5 +16,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.ui.navigator
Export-Package: org.eclipse.mylyn.commons.repositories.tests.core;x-internal:=true,
- org.eclipse.mylyn.commons.repositories.tests.support
+ org.eclipse.mylyn.commons.repositories.tests.support;x-internal:=true,
+ org.eclipse.mylyn.commons.repositories.tests.ui;x-internal:=true
Bundle-Vendor: Eclipse Mylyn

Back to the top