Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.tests.performance/META-INF/MANIFEST.MF')
-rw-r--r--tests/org.eclipse.wst.wsdl.tests.performance/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.wst.wsdl.tests.performance/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.wsdl.tests.performance/META-INF/MANIFEST.MF
index 1d9c3f0cd..917ebceca 100644
--- a/tests/org.eclipse.wst.wsdl.tests.performance/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.wst.wsdl.tests.performance/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Activator: org.eclipse.wst.wsdl.tests.performance.PerformancePlugin
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.wsdl.tests.performance,
org.eclipse.wst.wsdl.tests.performance.scalability
-Require-Bundle: org.junit,
+Require-Bundle: org.junit;bundle-version="[3.8.0,4.0.0)",
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.emf.ecore,
@@ -20,7 +20,7 @@ Require-Bundle: org.junit,
org.eclipse.wst.wsdl,
org.eclipse.wst.wsdl.ui,
org.eclipse.wst.wsdl.validation,
- org.wsdl4j,
+ javax.wsdl;bundle-version="[1.4.0,1.5.0)",
org.eclipse.wst.ws,
org.eclipse.wst.command.env,
org.eclipse.wst.command.env.core,

Back to the top