2002/ws/desc/test-suite build.xml,1.38,1.39

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

Modified Files:
	build.xml 
Log Message:
excluded logging-messages from zip

Index: build.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -C 2 -d -r1.38 -r1.39
*** build.xml	27 Nov 2006 18:14:12 -0000	1.38
--- build.xml	4 Jan 2007 15:30:00 -0000	1.39
***************
*** 7,10 ****
--- 7,13 ----
  	ChangeLog:
  	
+ 	2007-01-04 Arthur Ryman ryman@ca.ibm.com
+ 	- excluded logging-messages directory from zip.
+ 	
  	2006-11-18 Arthur Ryman ryman@ca.ibm.com
  	- Added zip of assertion tables.
***************
*** 45,49 ****
  		<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>
--- 48,52 ----
  		<mkdir dir="zips" />
  		<delete dir="zips" includes="*.zip" />
! 		<zip destfile="zips/test-suite.zip" basedir="." includes="**/*.*" excludes="logging-messages/**/*.*, zips/**/*.*" />
  		<zip destfile="zips/wsdl20.zip" basedir="../wsdl20" includes="*assertion-table.xml" />
  	</target>

Received on Thursday, 4 January 2007 15:30:11 UTC