2002/ws/desc/test-suite build.xml,1.4,1.5

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

Modified Files:
	build.xml 
Log Message:
Added MultipleInlineSchemas-1G for Primer.

Index: build.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** build.xml	29 Mar 2005 20:00:38 -0000	1.4
--- build.xml	30 Mar 2005 02:07:59 -0000	1.5
***************
*** 17,21 ****
  
  	<property name="xercesImpl.jar" location="E:\xerces-2_6_2\xercesImpl.jar" />
- 	<property name="xercesSamples.jar" location="E:\xerces-2_6_2\xercesSamples.jar" />
  	<property name="schemaLocation" value="http://www.w3.org/2004/08/wsdl xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema xmlcatalog/xsd/XMLSchema.xsd" />
  
--- 17,20 ----
***************
*** 93,107 ****
  	</target>
  
- 	<target name="xerces" description="Calls Xerces directly to validate files.">
- 		<java classname="xni.XMLGrammarBuilder">
- 			<classpath>
- 				<pathelement location="${xercesImpl.jar}" />
- 				<pathelement location="${xercesSamples.jar}" />
- 			</classpath>
- 			<arg value="-f"/>
- 			<arg value="-a"/>
- 			<arg file="documents/good/ServiceReference-1G/reservationDetails.xsd"/>
- 		</java>
- 	</target>
- 
  </project>
\ No newline at end of file
--- 92,94 ----

Received on Wednesday, 30 March 2005 02:08:01 UTC