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:
authorlmandel2005-07-12 01:27:18 +0000
committerlmandel2005-07-12 01:27:18 +0000
commitb84e33fa4975bbb5ab97a9a66891642c330e5003 (patch)
tree03af1f6e1228317642be36b7334a75244c003513 /tests/org.eclipse.wst.wsdl.validation.tests/testresources
parente1afa464a45d79b465c78ca4798caff6c6a0b8a5 (diff)
downloadwebtools.webservices-b84e33fa4975bbb5ab97a9a66891642c330e5003.tar.gz
webtools.webservices-b84e33fa4975bbb5ab97a9a66891642c330e5003.tar.xz
webtools.webservices-b84e33fa4975bbb5ab97a9a66891642c330e5003.zip
[102991] Fixed schemadir property for WSDLValidate Ant task.
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.validation.tests/testresources')
-rw-r--r--tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/CatalogSchemas/schema1.xsd3
-rw-r--r--tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/CatalogSchemas/schema2.xsd3
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/CatalogSchemas/schema1.xsd b/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/CatalogSchemas/schema1.xsd
new file mode 100644
index 000000000..df7195ad0
--- /dev/null
+++ b/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/CatalogSchemas/schema1.xsd
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/schema1" xmlns:tns="http://www.example.org/schema1">
+</schema> \ No newline at end of file
diff --git a/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/CatalogSchemas/schema2.xsd b/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/CatalogSchemas/schema2.xsd
new file mode 100644
index 000000000..554dfd7de
--- /dev/null
+++ b/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/CatalogSchemas/schema2.xsd
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/schema2" xmlns:tns="http://www.example.org/schema2">
+</schema> \ No newline at end of file

Back to the top