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.validation.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/org.eclipse.wst.wsdl.validation.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/org.eclipse.wst.wsdl.validation.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.wsdl.validation.tests/META-INF/MANIFEST.MF
index 2617d66f0..2b29b00ed 100644
--- a/tests/org.eclipse.wst.wsdl.validation.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.wst.wsdl.validation.tests/META-INF/MANIFEST.MF
@@ -16,7 +16,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.wst.command.env.core,
org.eclipse.wst.command.env,
org.apache.ant,
- org.wsdl4j
+ org.wsdl4j,
+ org.apache.xerces
Eclipse-AutoStart: true
Export-Package: org.eclipse.wst.wsdl.validation.internal.resolver;x-internal:=true,
org.eclipse.wst.wsdl.validation.internal.ui.ant;x-internal:=true,

Back to the top