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/06 02:40:29 UTC

cvs commit: xml-xerces/java/design DesignDoc.java Stylesheet.java design.css index.html

andyc       00/09/05 17:40:29

  Modified:    java/design Tag: xerces_j_2 DesignDoc.java Stylesheet.java
                        design.css index.html
  Log:
  1) Added $Id$ to Java and CSS files.
  2) Removed "Copyright Andy Clark" msg from HTML.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -1      xml-xerces/java/design/Attic/DesignDoc.java
  
  Index: DesignDoc.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/design/Attic/DesignDoc.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- DesignDoc.java	2000/09/06 00:20:20	1.1.2.1
  +++ DesignDoc.java	2000/09/06 00:40:28	1.1.2.2
  @@ -20,6 +20,7 @@
   
   /**
    * @author Andy Clark
  + * @version $Id: DesignDoc.java,v 1.1.2.2 2000/09/06 00:40:28 andyc Exp $
    */
   public class DesignDoc {
   
  @@ -291,7 +292,7 @@
           out.print(GENERATOR_NAME);
           out.print(" on ");
           out.println(GENERATION_TIMESTAMP);
  -        out.println(" * @version $Id: DesignDoc.java,v 1.1.2.1 2000/09/06 00:20:20 andyc Exp $");
  +        out.println(" * @version $Id: DesignDoc.java,v 1.1.2.2 2000/09/06 00:40:28 andyc Exp $");
           out.println(" */");
       }
   
  
  
  
  1.1.2.2   +1 -0      xml-xerces/java/design/Attic/Stylesheet.java
  
  Index: Stylesheet.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/design/Attic/Stylesheet.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Stylesheet.java	2000/09/06 00:20:24	1.1.2.1
  +++ Stylesheet.java	2000/09/06 00:40:28	1.1.2.2
  @@ -15,6 +15,7 @@
   
   /**
    * @author Andy Clark
  + * @version $Id: Stylesheet.java,v 1.1.2.2 2000/09/06 00:40:28 andyc Exp $
    */
   public class Stylesheet {
   
  
  
  
  1.1.2.2   +1 -0      xml-xerces/java/design/Attic/design.css
  
  Index: design.css
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/design/Attic/design.css,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- design.css	2000/09/06 00:20:25	1.1.2.1
  +++ design.css	2000/09/06 00:40:28	1.1.2.2
  @@ -1,3 +1,4 @@
  +/* $Id: design.css,v 1.1.2.2 2000/09/06 00:40:28 andyc Exp $ */
   .class { background: #DDDDFF }
   .class-title { font: bold }
   
  
  
  
  1.1.2.2   +4 -5      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.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- index.html	2000/09/06 00:20:33	1.1.2.1
  +++ index.html	2000/09/06 00:40:28	1.1.2.2
  @@ -1,5 +1,5 @@
   <html>
  - <!-- $Id: index.html,v 1.1.2.1 2000/09/06 00:20:33 andyc Exp $ -->
  + <!-- $Id: index.html,v 1.1.2.2 2000/09/06 00:40:28 andyc Exp $ -->
    <head>
     <title>AndyC | Xerces 2</title>
     <link rel='stylesheet' type='text/css' href='../site.css'>
  @@ -82,9 +82,8 @@
     </p>
     <a name='BOTTOM'></a>
     <hr>
  -  <div class='copyright'>
  -   (C) Copyright 2000, Andy Clark. All rights reserved.
  -  </div>
  -  Last modified: $Date: 2000/09/06 00:20:33 $
  +  <p>
  +   Last modified: $Date: 2000/09/06 00:40:28 $
  +  </p>
    </body>
   </html>