2002/ws/desc/test-suite build.xml,1.34,1.35

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

Modified Files:
	build.xml 
Log Message:
rebuild zips and include assertion tables

Index: build.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -C 2 -d -r1.34 -r1.35
*** build.xml	17 Nov 2006 14:21:33 -0000	1.34
--- build.xml	17 Nov 2006 23:57:47 -0000	1.35
***************
*** 7,11 ****
  	ChangeLog:
  	
! 	2006-02-19 Arthur Ryman ryman@ca.ibm.com
  	- Added zip of test-suite for easy downloading.
  	
--- 7,14 ----
  	ChangeLog:
  	
! 	2006-11-18 Arthur Ryman ryman@ca.ibm.com
! 	- Added zip of assertion tables.
! 	
! 	2006-11-12 Arthur Ryman ryman@ca.ibm.com
  	- Added zip of test-suite for easy downloading.
  	
***************
*** 41,45 ****
--- 44,50 ----
  	<target name="zips" depends="" description="Creates zip files for test cases for easy downloading.">
  		<mkdir dir="zips" />
+ 		<delete dir="zips" includes="*.zip" />
  		<zip destfile="zips/test-suite.zip" basedir="." includes="**/*.*" excludes="zips/**/*.*" />
+ 		<zip destfile="zips/wsdl20.zip" basedir="../wsdl20" includes="*assertion-table.xml" />
  	</target>
  

Received on Friday, 17 November 2006 23:57:54 UTC