Update documentation and configuration information for a 1.0 release of

the Collections package.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Craig R. McClanahan 2001-07-14 23:43:11 +00:00
parent 90e83728ac
commit 3f06f58f16
3 changed files with 9 additions and 8 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.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="#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>
@ -64,7 +64,7 @@ components for development and use:</p>
<li><a href="http://java.sun.com/j2se">Java Development Kit</a> <li><a href="http://java.sun.com/j2se">Java Development Kit</a>
(Version 1.2 or later)</li> (Version 1.2 or later)</li>
<li><a href="http://www.junit.org">JUnit Testing Framework</a> <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> for deployment</li>
</ul> </ul>
@ -72,7 +72,8 @@ components for development and use:</p>
<a name="Release Info"></a> <a name="Release Info"></a>
<h3>3. RELEASE INFO</h3> <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> <p>Planned Next Release: TBD</p>
@ -124,4 +125,4 @@ component to ensure that it continues to meet a variety of needs.</p>
</table> </table>
</body> </body>
</html> </html>

View File

@ -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="."> <project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory --> <!-- patternset describing files to be copied from the doc directory -->
@ -49,7 +49,7 @@
<property name="Name-Long" value="Jakarta Commons Collections Package"/> <property name="Name-Long" value="Jakarta Commons Collections Package"/>
<!-- The current version number of this component --> <!-- 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.entry" value="org.apache.commons.collections.TestAll"/>
<property name="test.failonerror" value="true" /> <property name="test.failonerror" value="true" />

View File

@ -1,6 +1,6 @@
Extension-Name: @name@ Extension-Name: org.apache.commons.collections
Specification-Vendor: Apache Software Foundation Specification-Vendor: Apache Software Foundation
Specification-Version: 1.0 Specification-Version: 1.0
Implementation-Vendor: Apache Software Foundation Implementation-Vendor: Apache Software Foundation
Implementation-Version: @version@ Implementation-Version: 1.0