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:
parent
90e83728ac
commit
3f06f58f16
|
@ -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 @@ components for development and use:</p>
|
|||
<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 @@ components for development and use:</p>
|
|||
<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 @@ component to ensure that it continues to meet a variety of needs.</p>
|
|||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -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,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
|
||||
|
||||
|
|
Loading…
Reference in New Issue