- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Nov 2006 14:57:24 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite In directory hutz:/tmp/cvs-serv3759/test-suite Added Files: build-correct-spelling.xml Log Message: Corrected spelling of *.wsdlcm elements to conform to corrected schema. --- NEW FILE: build-correct-spelling.xml --- <?xml version="1.0" encoding="UTF-8"?> <!-- This Ant script validates the W3C WSDL 2.0 Test Suite. ChangeLog: 2006-11-14 Arthur Ryman ryman@ca.ibm.com - Correct spelling. --> <project name="WSDL 2.0 Test Suite" default="main" basedir="."> <target name="main" description="Corrects spelling in *.wsdlcm."> <replace dir="results" includes="**/*.wsdlcm" token="BindingMessageReferenceComponent" value="bindingMessageReferenceComponent" /> <replace dir="results" includes="**/*.wsdlcm" token="BindingFaultReferenceComponent" value="bindingFaultReferenceComponent" /> <replace dir="results" includes="**/*.wsdlcm" token="SoapModuleComponent" value="soapModuleComponent" /> </target> <target name="schemavalidate-wsdlcm" description="Schema validates all test case *.wsdlcm files"> <schemavalidate> <schema namespace="http://www.w3.org/2002/ws/desc/wsdl/component" file="interchange/wsdlcm.xsd" /> <schema namespace="http://www.w3.org/2002/ws/desc/wsdl/component-base" file="interchange/wsdlcm-base.xsd" /> <schema namespace="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" file="interchange/wsdlcm-extensions.xsd" /> <schema namespace="http://www.w3.org/2002/ws/desc/wsdl/component-http" file="interchange/wsdlcm-http.xsd" /> <schema namespace="http://www.w3.org/2002/ws/desc/wsdl/component-rpc" file="interchange/wsdlcm-rpc.xsd" /> <schema namespace="http://www.w3.org/2002/ws/desc/wsdl/component-soap" file="interchange/wsdlcm-soap.xsd" /> <fileset dir="."> <include name="**/*.wsdlcm" /> </fileset> </schemavalidate> </target> </project>
Received on Tuesday, 14 November 2006 15:02:55 UTC