You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2002/01/30 20:41:06 UTC

cvs commit: jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/betwixt TestAll.java

rdonkin     02/01/30 11:41:06

  Modified:    betwixt  build.xml
               betwixt/src/test/org/apache/commons/betwixt TestAll.java
  Log:
  Updated documentation build year (and fixed a small license error)
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-commons-sandbox/betwixt/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/betwixt/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	19 Dec 2001 23:19:45 -0000	1.6
  +++ build.xml	30 Jan 2002 19:41:06 -0000	1.7
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.6 2001/12/19 23:19:45 jstrachan Exp $ -->
  +<!-- $Id: build.xml,v 1.7 2002/01/30 19:41:06 rdonkin Exp $ -->
   <project name="betwixt" default="test" basedir=".">
   
      <!-- patternset describing files to be copied from the doc directory -->
  @@ -153,7 +153,7 @@
                  destdir="${dest.doc.api}"
                  windowtitle="${Name-Long}"
                  doctitle="${Name-Long}"
  -               bottom="&lt;small&gt;Copyright &amp;copy; 2001 Apache Software Foundation. Documentation generated ${TODAY}&lt;/small&gt;."
  +               bottom="&lt;small&gt;Copyright &amp;copy; 2001-2002 Apache Software Foundation. Documentation generated ${TODAY}&lt;/small&gt;."
                  public="true"
                  version="true"
                  author="true"
  
  
  
  1.3       +5 -7      jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/betwixt/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/betwixt/TestAll.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestAll.java	30 Jan 2002 19:35:37 -0000	1.2
  +++ TestAll.java	30 Jan 2002 19:41:06 -0000	1.3
  @@ -1,9 +1,7 @@
   /*
  - * Copyright (C) The Apache Software Foundation. All rights reserved.
  - *
  - * $Header: /home/cvs/jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/betwixt/TestAll.java,v 1.2 2002/01/30 19:35:37 rdonkin Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/01/30 19:35:37 $
  + * $Header: /home/cvs/jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/betwixt/TestAll.java,v 1.3 2002/01/30 19:41:06 rdonkin Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/01/30 19:41:06 $
    *
    * ====================================================================
    *
  @@ -59,7 +57,7 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    * 
  - * $Id: TestAll.java,v 1.2 2002/01/30 19:35:37 rdonkin Exp $
  + * $Id: TestAll.java,v 1.3 2002/01/30 19:41:06 rdonkin Exp $
    */
   package org.apache.commons.betwixt;
   
  @@ -70,7 +68,7 @@
   /** Entry point for all JUnit tests.
     *
     * @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
  -  * @version $Revision: 1.2 $
  +  * @version $Revision: 1.3 $
    */
   public class TestAll extends TestCase {
       public TestAll(String testName) {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>