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">
<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="#Dependencies">[Dependencies]</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>
<ul>
<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: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:rwaldhoff@apache.org">Rodney Waldhoff</a></li>
<li><a href="mailto:jvanzyl@apache.org">Jason van Zyl</a></li>
</ul>
<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">
<tr>
<th width="70%">Action Item</th>
<th width="10%">Required for 1.0 Release?</th>
<th width="80%">Action Item</th>
<th width="20%">Volunteer</th>
</tr>
<tr>
<td><strong>Additional Contributions</strong>. Other collections
classes.</td>
<td align="center">No?</td>
<td><strong>Additional Contributions</strong>. Other collection
or collection-related classes.</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td><strong>Generalized Unit Tests</strong>. Create a generic
set of Unit Tests that test the standard contracts of the basic
Java Collections interfaces (List, Set, etc.)</td>
<td align="center">Yes</td>
<td align="center">Rod</td>
Java Collections interfaces (List, Set, Map, etc.)</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td><strong>Additional Documentation</strong>. Create simple
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>
</tr>
</table>