You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/09/22 02:53:30 UTC

cvs commit: xml-xerces/java/design coding.html index.html

andyc       00/09/21 17:53:29

  Modified:    java/design Tag: xerces_j_2 index.html
  Added:       java/design Tag: xerces_j_2 coding.html
  Log:
  Adding coding conventions.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.9   +4 -2      xml-xerces/java/design/Attic/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/design/Attic/index.html,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- index.html	2000/09/15 23:53:04	1.1.2.8
  +++ index.html	2000/09/22 00:53:26	1.1.2.9
  @@ -1,4 +1,4 @@
  -<!-- $Id: index.html,v 1.1.2.8 2000/09/15 23:53:04 andyc Exp $ -->
  +<!-- $Id: index.html,v 1.1.2.9 2000/09/22 00:53:26 andyc Exp $ -->
   <html>
    <head>
     <title>Xerces 2</title>
  @@ -57,6 +57,8 @@
      <dl>
       <dt><a href='schedule.html'>Implementation Schedule</a></dt>
   
  +    <dt><a href='coding.html'>Coding Conventions</a></dt>
  +
       <dt>Design Documents</dt>
       <dd>
        Evaluation of <a href='crimson.html'>Crimson</a> and
  @@ -95,7 +97,7 @@
     <a name='BOTTOM'></a>
     <hr>
     <span class='netscape'>
  -   Last modified: $Date: 2000/09/15 23:53:04 $
  +   Last modified: $Date: 2000/09/22 00:53:26 $
     </span>
    </body>
   </html>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +161 -0    xml-xerces/java/design/Attic/coding.html