rdonkin     02/01/31 12:25:11

  Modified:    digester STATUS.html build.xml
  Log:
  Updated java doc copyright date in build.xml
  
  Revision  Changes    Path
  1.4       +2 -1      jakarta-commons/digester/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/STATUS.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- STATUS.html       23 Jan 2002 21:25:21 -0000      1.3
  +++ STATUS.html       31 Jan 2002 20:25:11 -0000      1.4
  @@ -7,7 +7,7 @@
   
   <div align="center">
   <h1>The Jakarta Commons <em>Digester</em> Component</h1>
  -$Id: STATUS.html,v 1.3 2002/01/23 21:25:21 sanders Exp $<br>
  +$Id: STATUS.html,v 1.4 2002/01/31 20:25:11 rdonkin Exp $<br>
   <a href="#Introduction">[Introduction]</a>
   <a href="#Dependencies">[Dependencies]</a>
   <a href="#Release Info">[Release Info]</a>
  @@ -80,6 +80,7 @@
   <li>Rodney Waldhoff</li>
   <li><a href="mailto:[EMAIL PROTECTED]";>Scott Sanders</a></li>
   <li><a href="mailto:[EMAIL PROTECTED]";>Geir Magnusson Jr.</a></li>
  +<li><a href="mailto:[EMAIL PROTECTED]";>Robert Burrell Donkin</a></li>
   </ul>
   
   <a name="Action Items"></a>
  
  
  
  1.20      +2 -2      jakarta-commons/digester/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml 5 Jan 2002 00:34:46 -0000       1.19
  +++ build.xml 31 Jan 2002 20:25:11 -0000      1.20
  @@ -3,7 +3,7 @@
   
   <!--
           "Digester" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.19 2002/01/05 00:34:46 craigmcc Exp $
  +        $Id: build.xml,v 1.20 2002/01/31 20:25:11 rdonkin Exp $
   -->
   
   
  @@ -212,7 +212,7 @@
                   version="true"
                  doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
               windowtitle="${component.title} (Version ${component.version})"
  -                 bottom="Copyright (c) 2001 - Apache Software Foundation">
  +                 bottom="Copyright (c) 2001-2002 - Apache Software Foundation">
         <link     offline="true" packagelistLoc="${commons-beanutils.api}"
                      href="http://jakarta.apache.org/commons/beanutils/api/"/>
         <link     offline="true" packagelistLoc="${commons-collections.api}"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to