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/06/05 05:17:28 UTC

cvs commit: xml-xerces/java/docs samples.xml docs-book.xml

mrglavas    2005/06/04 20:17:28

  Modified:    java/docs samples.xml docs-book.xml
  Log:
  Hooking JAXP samples page into the documentation.
  
  Revision  Changes    Path
  1.10      +2 -1      xml-xerces/java/docs/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/samples.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- samples.xml	25 Feb 2004 16:22:44 -0000	1.9
  +++ samples.xml	5 Jun 2005 03:17:28 -0000	1.10
  @@ -1,6 +1,6 @@
   <?xml version='1.0' encoding='UTF-8'?>
   <!--
  - * Copyright 1999-2004 The Apache Software Foundation.
  + * Copyright 1999-2005 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -31,6 +31,7 @@
     <ul>
      <li><link idref='samples-dom'>DOM Samples</link></li>
      <li><link idref='samples-sax'>SAX Samples</link></li>
  +   <li><link idref='samples-jaxp'>JAXP Samples</link></li>
      <li><link idref='samples-socket'>Socket Samples</link></li>
      <li><link idref='samples-ui'>UI Samples</link></li>
      <li><link idref='samples-xni'>XNI Samples</link></li>
  
  
  
  1.29      +1 -0      xml-xerces/java/docs/docs-book.xml
  
  Index: docs-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/docs-book.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- docs-book.xml	3 Jan 2005 05:36:25 -0000	1.28
  +++ docs-book.xml	5 Jun 2005 03:17:28 -0000	1.29
  @@ -32,6 +32,7 @@
              id='samples' source='samples.xml'/>
    <hidden title='DOM Samples' id='samples-dom' source='samples-dom.xml'/>
    <hidden title='SAX Samples' id='samples-sax' source='samples-sax.xml'/>
  + <hidden title='JAXP Samples' id='samples-jaxp' source='samples-jaxp.xml'/>
    <hidden title='Socket Samples' id='samples-socket' source='samples-socket.xml'/>
    <hidden title='User Interface Samples'
            id='samples-ui' source='samples-ui.xml'/>
  
  
  

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