224290 We should minimize variety in pre-req'd plugins
diff --git a/tests/org.eclipse.wst.common.tests.collector/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.common.tests.collector/META-INF/MANIFEST.MF index ca5ba84..2a4d0dc 100644 --- a/tests/org.eclipse.wst.common.tests.collector/META-INF/MANIFEST.MF +++ b/tests/org.eclipse.wst.common.tests.collector/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-ClassPath: runtime/collector.jar Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator Bundle-Localization: plugin -Require-Bundle: org.junit;bundle-version="[3.8.0,4.0.0)", +Require-Bundle: org.junit;bundle-version="[3.8.2,4.0.0)", org.eclipse.ui, org.eclipse.core.runtime.compatibility Eclipse-LazyStart: true
diff --git a/tests/org.eclipse.wst.common.tests.validation/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.common.tests.validation/META-INF/MANIFEST.MF index 49b94fb..76b8f76 100644 --- a/tests/org.eclipse.wst.common.tests.validation/META-INF/MANIFEST.MF +++ b/tests/org.eclipse.wst.common.tests.validation/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.wst.validation, - org.junit;bundle-version="3.8.2", + org.junit;bundle-version="[3.8.2,4.0.0)", org.eclipse.core.resources Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy
diff --git a/tests/org.eclipse.wst.common.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.common.tests/META-INF/MANIFEST.MF index 09e6030..a95117c 100644 --- a/tests/org.eclipse.wst.common.tests/META-INF/MANIFEST.MF +++ b/tests/org.eclipse.wst.common.tests/META-INF/MANIFEST.MF
@@ -17,7 +17,7 @@ org.eclipse.wst.common.frameworks.datamodel.tests.extended, org.eclipse.wst.common.frameworks.tests.bvt, org.eclipse.wst.common.tests -Require-Bundle: org.junit;visibility:=reexport, +Require-Bundle: org.junit;bundle-version="[3.8.2,4.0.0)";visibility:=reexport, org.eclipse.core.resources;visibility:=reexport, org.eclipse.core.runtime.compatibility, org.eclipse.wst.common.frameworks;visibility:=reexport,
diff --git a/tests/org.eclipse.wst.internet.cache.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.internet.cache.tests/META-INF/MANIFEST.MF index 6196371..e3828c5 100644 --- a/tests/org.eclipse.wst.internet.cache.tests/META-INF/MANIFEST.MF +++ b/tests/org.eclipse.wst.internet.cache.tests/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, - org.junit;bundle-version="[3.8.0,4.0.0)", + org.junit;bundle-version="[3.8.2,4.0.0)", org.eclipse.wst.internet.cache, org.eclipse.core.resources, org.eclipse.wst.common.uriresolver