- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jan 2006 18:27:03 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite In directory hutz:/tmp/cvs-serv7517/test-suite Modified Files: build.xml Log Message: corrected SOAP namespace from http://www.w3.org/2005/08/wsdl/soap12 to http://www.w3.org/2005/08/wsdl/soap Index: build.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** build.xml 11 Nov 2005 06:10:51 -0000 1.12 --- build.xml 25 Jan 2006 18:27:01 -0000 1.13 *************** *** 116,119 **** --- 116,123 ---- <replace dir="documents" includes="**/*.*" token="tempuri.org" value="example.org" /> </target> + + <target name="update-soap-ns" description="Updates the SOAP namespace."> + <replace dir="documents" includes="**/*.*" token="http://www.w3.org/2005/08/wsdl/soap12" value="http://www.w3.org/2005/08/wsdl/soap" /> + </target> <target name="coverage-test" description="Test case for generating coverage report for a WSDL document">
Received on Wednesday, 25 January 2006 18:27:27 UTC