2002/ws/desc/test-suite build.xml,1.16,1.17

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

Modified Files:
	build.xml 
Log Message:
Updated http://www.w3.org/2004/03/wsdl/in-out to http://www.w3.org/2006/01/wsdl/in-out


Index: build.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** build.xml	20 Feb 2006 02:04:39 -0000	1.16
--- build.xml	15 Apr 2006 20:44:16 -0000	1.17
***************
*** 83,88 ****
  
  	<target name="update-wsdl-ns" description="Updates the WSDL namespaces.">
! 		<replace dir="documents" includes="**/*.*" token="http://www.w3.org/2005/08/wsdl" value="http://www.w3.org/2006/01/wsdl" />
! 		<replace dir="xmlcatalog/wsdl" includes="**/*.xsd" token="http://www.w3.org/2005/08/wsdl" value="http://www.w3.org/2006/01/wsdl" />
  	</target>
  
--- 83,88 ----
  
  	<target name="update-wsdl-ns" description="Updates the WSDL namespaces.">
! 		<replace dir="documents" includes="**/*.*" token="http://www.w3.org/2004/03/wsdl" value="http://www.w3.org/2006/01/wsdl" />
! 		<replace dir="xmlcatalog/wsdl" includes="**/*.xsd" token="http://www.w3.org/2004/03/wsdl" value="http://www.w3.org/2006/01/wsdl" />
  	</target>
  

Received on Saturday, 15 April 2006 20:44:21 UTC