You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2004/10/18 13:54:46 UTC

cvs commit: ws-axis/c build.xml

dicka       2004/10/18 04:54:45

  Modified:    c        build.xml
  Log:
  Re-use Xerces abstraction layer for XML4C
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.11      +2 -1      ws-axis/c/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	15 Oct 2004 15:51:30 -0000	1.10
  +++ build.xml	18 Oct 2004 11:54:45 -0000	1.11
  @@ -103,7 +103,8 @@
   			<equals arg1="${xmlParser.xml4c}" arg2="true"/>
   			<then>
   				<antcall target="compileAxisXMLParser" inheritall="true">
  -					<param name="xmlParser" value="xml4c"/>
  +					<!-- We can re-use the Xerces parser layer for XML4C -->
  +					<param name="xmlParser" value="xerces"/>
   					<param name="dir.xmlParser" value="${xml4c.dir.xmlParser}"/>
   					<param name="xmlParserLibrary" value="${xml4c.xmlParserLibrary}"/>
   					<param name="xmlParserLibraryName" value="${xml4c.xmlParserLibraryName}"/>