2002/ws/desc/wsdl20 build.xml,1.28,1.29

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv5817/wsdl20

Modified Files:
	build.xml 
Log Message:
remove reference to wsdl20-other-schema-lang.xml since it is obsolete

Index: build.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/build.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** build.xml	26 Sep 2005 16:47:17 -0000	1.28
--- build.xml	26 Sep 2005 18:12:19 -0000	1.29
***************
*** 27,30 ****
--- 27,33 ----
  	Change Log:
  	
+ 	2005-09-26: Arthur Ryman <ryman@ca.ibm.com>
+ 	- remove reference to wsdl20-other-schema-lang.xml since it is obsolete
+ 	
  	2005-09-24: Arthur Ryman <ryman@ca.ibm.com>
  	- exclude wsdl20-other-schema-lang.xml from validatation due to missing entities
***************
*** 156,160 ****
  		</xmlvalidate>
  		<xmlvalidate lenient="false">
! 			<fileset dir="." includes="wsdl20*.xml" excludes="wsdl20-defs.xml, wsdl20-specs.xml, wsdl20-other-schema-lang.xml" />
  		</xmlvalidate>
  	</target>
--- 159,163 ----
  		</xmlvalidate>
  		<xmlvalidate lenient="false">
! 			<fileset dir="." includes="wsdl20*.xml" excludes="wsdl20-defs.xml, wsdl20-specs.xml" />
  		</xmlvalidate>
  	</target>

Received on Monday, 26 September 2005 18:15:22 UTC