You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by mr...@apache.org on 2004/03/25 05:44:59 UTC

cvs commit: gump/project xml-xerces2.xml

mrglavas    2004/03/24 20:44:59

  Modified:    project  xml-xerces2.xml
  Log:
  Changes to Xerces2 descriptor:
  
  - xmlParserAPIs.jar -> xml-apis.jar
    - this is the preferred name; xmlParserAPIs.jar has been deprecated
  - LICENSE -> java/LICENSE
    - point to 2.0 license
  - Adding XML Schema API to javadoc.
  
  Revision  Changes    Path
  1.31      +4 -3      gump/project/xml-xerces2.xml
  
  Index: xml-xerces2.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/xml-xerces2.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- xml-xerces2.xml	27 Feb 2004 09:22:57 -0000	1.30
  +++ xml-xerces2.xml	25 Mar 2004 04:44:58 -0000	1.31
  @@ -33,10 +33,10 @@
       <depend project="bootstrap-ant"/>
       <depend project="xjavac"/>
       <home nested="java/build"/>
  -    <jar  name="xercesImpl.jar" id="parser" type="boot"/>
  -    <jar  name="xmlParserAPIs.jar" id="apis" type="boot"/>
  +    <jar name="xercesImpl.jar" id="parser" type="boot"/>
  +    <jar name="xml-apis.jar" id="apis" type="boot"/>
   
  -    <license name="LICENSE"/>
  +    <license name="java/LICENSE"/>
   
       <nag from="Sam Ruby &lt;rubys@us.ibm.com&gt;"
            to="xerces-j-dev@xml.apache.org"/>
  @@ -58,6 +58,7 @@
       <javadoc nested="java/build/docs/javadocs" project="xml-xerces2">
         <description dir="api">XML Standard API</description>
         <description dir="xni">Xerces Native Interface</description>
  +      <description dir="xs">XML Schema API</description>
         <description dir="xerces2">Xerces2 Implementation</description>
         <description dir="other">Other Classes</description>
       </javadoc>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org