Alpha committers, other minor changes

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rodney Waldhoff 2001-05-16 22:32:04 +00:00
parent ffe28c43e0
commit 3639ababd2
1 changed files with 126 additions and 130 deletions

View File

@ -7,7 +7,7 @@
<div align="center"> <div align="center">
<h1>The Jakarta Commons <em>Collections</em> Package</h1> <h1>The Jakarta Commons <em>Collections</em> Package</h1>
$Id: STATUS.html,v 1.5 2001/05/08 13:05:44 jstrachan Exp $<br> $Id: STATUS.html,v 1.6 2001/05/16 22:32:04 rwaldhoff Exp $<br>
<a href="#Introduction">[Introduction]</a> <a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a> <a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a> <a href="#Release Info">[Release Info]</a>
@ -85,11 +85,11 @@ projects are encouraged to collaborate on the future development of this
component to ensure that it continues to meet a variety of needs.</p> component to ensure that it continues to meet a variety of needs.</p>
<ul> <ul>
<li><a href="mailto:donaldp@apache.org">Peter Donald</a></li> <li><a href="mailto:donaldp@apache.org">Peter Donald</a></li>
<li><a href="mailto:craigmcc@apache.org">Craig McClanahan</a></li>
<li><a href="mailto:rwaldhoff@apache.org">Rodney Waldhoff</a></li>
<li><a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a></li> <li><a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a></li>
<li><a href="mailto:jvanzyl@apache.org">Jason van Zyl</a></li> <li><a href="mailto:craigmcc@apache.org">Craig McClanahan</a></li>
<li><a href="mailto:jstrachan@apache.org">James Strachan</a></li> <li><a href="mailto:jstrachan@apache.org">James Strachan</a></li>
<li><a href="mailto:rwaldhoff@apache.org">Rodney Waldhoff</a></li>
<li><a href="mailto:jvanzyl@apache.org">Jason van Zyl</a></li>
</ul> </ul>
<a name="Action Items"></a> <a name="Action Items"></a>
@ -99,30 +99,26 @@ component to ensure that it continues to meet a variety of needs.</p>
<table border="1"> <table border="1">
<tr> <tr>
<th width="70%">Action Item</th> <th width="80%">Action Item</th>
<th width="10%">Required for 1.0 Release?</th>
<th width="20%">Volunteer</th> <th width="20%">Volunteer</th>
</tr> </tr>
<tr> <tr>
<td><strong>Additional Contributions</strong>. Other collections <td><strong>Additional Contributions</strong>. Other collection
classes.</td> or collection-related classes.</td>
<td align="center">No?</td>
<td align="center">&nbsp;</td> <td align="center">&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td><strong>Generalized Unit Tests</strong>. Create a generic <td><strong>Generalized Unit Tests</strong>. Create a generic
set of Unit Tests that test the standard contracts of the basic set of Unit Tests that test the standard contracts of the basic
Java Collections interfaces (List, Set, etc.)</td> Java Collections interfaces (List, Set, Map, etc.)</td>
<td align="center">Yes</td> <td align="center">&nbsp;</td>
<td align="center">Rod</td>
</tr> </tr>
<tr> <tr>
<td><strong>Additional Documentation</strong>. Create simple <td><strong>Additional Documentation</strong>. Create simple
User's Guide, examples, or other documentation for this package.</td> User's Guide, examples, or other documentation for this package.</td>
<td align="center">No (JavaDoc/Unit tests suffice for now?)</td>
<td align="center">&nbsp;</td> <td align="center">&nbsp;</td>
</tr> </tr>
</table> </table>