2002/ws/desc/test-suite build.xml,1.6,1.7

Update of /sources/public/2002/ws/desc/test-suite
In directory hutz:/tmp/cvs-serv5553

Modified Files:
	build.xml 
Log Message:
Updated WSDL schemas and changed namespaces to 2005/05.

Index: build.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** build.xml	30 Apr 2005 13:31:22 -0000	1.6
--- build.xml	1 May 2005 15:04:01 -0000	1.7
***************
*** 103,107 ****
  
  	<target name="update-wsdl-ns" description="Updates the WSDL namespaces.">
! 		<replace dir="documents" includes="**/*.wsdl" token="http://www.w3.org/@@@@/@@/wsdl" value="http://www.w3.org/2004/08/wsdl" />
  	</target>
  
--- 103,108 ----
  
  	<target name="update-wsdl-ns" description="Updates the WSDL namespaces.">
! 		<replace dir="documents" includes="**/*.*" token="http://www.w3.org/2004/08/wsdl" value="http://www.w3.org/2005/05/wsdl" />
! 		<replace dir="xmlcatalog/wsdl" includes="**/*.xsd" token="http://www.w3.org/2004/08/wsdl" value="http://www.w3.org/2005/05/wsdl" />
  	</target>
  

Received on Sunday, 1 May 2005 15:04:11 UTC