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

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

Modified Files:
	build.xml 
Log Message:
Replace tempuri.org with example.org.

Index: build.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build.xml	1 May 2005 15:04:01 -0000	1.7
--- build.xml	27 May 2005 18:11:21 -0000	1.8
***************
*** 107,109 ****
--- 107,113 ----
  	</target>
  
+ 	<target name="update-example-ns" description="Updates the example namespaces.">
+ 		<replace dir="documents" includes="**/*.*" token="tempuri.org" value="example.org" />
+ 	</target>
+ 
  </project>
\ No newline at end of file

Received on Friday, 27 May 2005 18:11:26 UTC