craigmcc    01/07/14 16:43:11

  Modified:    collections STATUS.html build.xml
               collections/src/conf MANIFEST.MF
  Log:
  Update documentation and configuration information for a 1.0 release of
  the Collections package.
  
  Revision  Changes    Path
  1.7       +5 -4      jakarta-commons/collections/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/STATUS.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- STATUS.html       2001/05/16 22:32:04     1.6
  +++ STATUS.html       2001/07/14 23:43:10     1.7
  @@ -7,7 +7,7 @@
   
   <div align="center">
   <h1>The Jakarta Commons <em>Collections</em> Package</h1>
  -$Id: STATUS.html,v 1.6 2001/05/16 22:32:04 rwaldhoff Exp $<br>
  +$Id: STATUS.html,v 1.7 2001/07/14 23:43:10 craigmcc Exp $<br>
   <a href="#Introduction">[Introduction]</a>
   <a href="#Dependencies">[Dependencies]</a>
   <a href="#Release Info">[Release Info]</a>
  @@ -64,7 +64,7 @@
   <li><a href="http://java.sun.com/j2se";>Java Development Kit</a>
       (Version 1.2 or later)</li>
   <li><a href="http://www.junit.org";>JUnit Testing Framework</a>
  -    (Version 3.2 or later) - for unit tests only, not required
  +    (Version 3.7 or later) - for unit tests only, not required
       for deployment</li>
   </ul>
   
  @@ -72,7 +72,8 @@
   <a name="Release Info"></a>
   <h3>3.  RELEASE INFO</h3>
   
  -<p>Current Release:  <strong>Unreleased, CVS Repository Only</strong></p>
  +<p>Current Release:
  +<a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v1.0";>Version
 1.0</a>
   
   <p>Planned Next Release:  TBD</p>
   
  @@ -124,4 +125,4 @@
   </table>
   
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.17      +2 -2      jakarta-commons/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 2001/05/11 04:08:37     1.16
  +++ build.xml 2001/07/14 23:43:11     1.17
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.16 2001/05/11 04:08:37 geirm Exp $ -->
  +<!-- $Id: build.xml,v 1.17 2001/07/14 23:43:11 craigmcc Exp $ -->
   <project name="commons-collections" default="test" basedir=".">
   
      <!-- patternset describing files to be copied from the doc directory -->
  @@ -49,7 +49,7 @@
         <property name="Name-Long" value="Jakarta Commons Collections Package"/>
   
         <!-- The current version number of this component -->
  -      <property name="component.version"       value="0.03-dev"/>
  +      <property name="component.version"       value="1.0"/>
   
         <property name="test.entry" value="org.apache.commons.collections.TestAll"/>
         <property name="test.failonerror" value="true" />
  
  
  
  1.2       +2 -2      jakarta-commons/collections/src/conf/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/conf/MANIFEST.MF,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MANIFEST.MF       2001/05/04 02:42:20     1.1
  +++ MANIFEST.MF       2001/07/14 23:43:11     1.2
  @@ -1,6 +1,6 @@
  -Extension-Name: @name@
  +Extension-Name: org.apache.commons.collections
   Specification-Vendor: Apache Software Foundation
   Specification-Version: 1.0
   Implementation-Vendor: Apache Software Foundation
  -Implementation-Version: @version@
  +Implementation-Version: 1.0
   
  
  
  

Reply via email to