You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/05/04 06:12:20 UTC

cvs commit: xml-xerces/java build.xml

mrglavas    2005/05/03 21:12:20

  Modified:    java     build.xml
  Log:
  Upgrade default parser configuration to XIncludeAwareParserConfiguration.
  
  Revision  Changes    Path
  1.181     +6 -6      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.180
  retrieving revision 1.181
  diff -u -r1.180 -r1.181
  --- build.xml	23 Mar 2005 16:31:47 -0000	1.180
  +++ build.xml	4 May 2005 04:12:20 -0000	1.181
  @@ -33,9 +33,9 @@
       <property name='parser.Name' value='Xerces-J'/>
       <property name='parser.name' value='xerces-j'/>
       <property name='parser.shortname' value='xerces'/>
  -    <property name='parser.Version' value='2.6.2'/>
  -    <property name='parser.version' value='2.6.2'/>
  -    <property name='parser_version' value='2_6_2'/>
  +    <property name='parser.Version' value='2.7.0'/>
  +    <property name='parser.version' value='2.7.0'/>
  +    <property name='parser_version' value='2_7_0'/>
   
       <property name='deprecatedjar.parser' value='xerces.jar'/>
       <property name='jar.apis' value='xml-apis.jar'/>
  @@ -44,8 +44,8 @@
       <property name='jar.dv' value='xercesDV.jar'/>
       <property name='jar.resolver' value='resolver.jar'/>
       
  -    <property name='default.parser.config.name' value='XML11Configuration'/>
  -    <property name='default.parser.config.qualified' value='org.apache.xerces.parsers.XML11Configuration'/>
  +    <property name='default.parser.config.name' value='XIncludeAwareParserConfiguration'/>
  +    <property name='default.parser.config.qualified' value='org.apache.xerces.parsers.XIncludeAwareParserConfiguration'/>
   
       <property name="year" value="1999-2005"/>
       <property name="copyright" value="Copyright &#169; ${year} Apache XML Project. All Rights Reserved."/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org