mrdon 2004/11/17 00:05:39
Modified: chain STATUS.html
chain/src/conf MANIFEST.MF
chain/xdocs index.xml
Removed: chain chapter-chain.html
Log:
Updating for 1.0 release, removed old cookbook file
Revision Changes Path
1.4 +4 -4 jakarta-commons/chain/STATUS.html
Index: STATUS.html
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/STATUS.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- STATUS.html 25 Feb 2004 00:01:07 -0000 1.3
+++ STATUS.html 17 Nov 2004 08:05:39 -0000 1.4
@@ -61,8 +61,8 @@
<a name="Release Info"></a>
<h3>3. RELEASE INFO</h3>
-<p>Current Release: <strong>Unreleased, CVS Repository Only</strong></p>
-<p>Planned Next Release: N/A</p>
+<p>Current Release: 1.0</p>
+<p>Planned Next Release: 1.0.1</p>
<a name="Committers"></a>
@@ -75,7 +75,7 @@
<ul>
<li><a href="mailto:[EMAIL PROTECTED]">Craig McClanahan</a></li>
<li><a href="mailto:[EMAIL PROTECTED]">Martin Cooper</a></li>
-<li>TBD</li>
+<li><a href="mailto:[EMAIL PROTECTED]">Don Brown</a></li>
</ul>
</body>
1.2 +2 -0 jakarta-commons/chain/src/conf/MANIFEST.MF
Index: MANIFEST.MF
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/src/conf/MANIFEST.MF,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MANIFEST.MF 11 Aug 2003 04:44:16 -0000 1.1
+++ MANIFEST.MF 17 Nov 2004 08:05:39 -0000 1.2
@@ -1,5 +1,7 @@
Extension-Name: @package@
+Specification-Title: Jakarta Commons Chain
Specification-Vendor: Apache Software Foundation
Specification-Version: 1.0
+Implementation-Title: org.apache.commons.chain
Implementation-Vendor: Apache Software Foundation
Implementation-Version: @version@
1.6 +6 -7 jakarta-commons/chain/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/xdocs/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml 1 Jul 2004 21:19:21 -0000 1.5
+++ index.xml 17 Nov 2004 08:05:39 -0000 1.6
@@ -81,13 +81,9 @@
can be directly measured by observing the corresponding state
changes in the context that is supplied.</p>
-<subsection name="Status">
+<subsection name="Latest Release">
<p>
- <ul>
- <li>The code is unreleased</li>
- <li>Methods and classes can and will appear and disappear without
warning</li>
- <li>If you like the code and want to push it towards a release, join the
mailing list!</li>
- </ul>
+ The latest release of Apache Jakarta Commons Chain is version 1.0. It is
available (from mirrors) in <a
href="http://jakarta.apache.org/site/binindex.cgi">binary</a> and <a
href="http://jakarta.apache.org/site/sourceindex.cgi">source</a> downloads.
</p>
</subsection>
@@ -98,6 +94,7 @@
<p>
<ul>
<li>The <a href="apidocs/index.html">Javadoc</a> of the latest CVS</li>
+ <li>The <a href="cookbook.html">Cookbook</a> containing "recipes" for
using the chain.</li>
<li>The <a href="http://cvs.apache.org/viewcvs/jakarta-commons/chain/">CVS
repository</a> can be browsed.</li>
</ul>
</p>
@@ -106,7 +103,9 @@
<section name="Releases">
<p>
-None.
+ <ul>
+ <li><a href="http://www.apache.org/dist/jakarta/commons/chain/">Version
1.0</a></li>
+ </ul>
</p>
<p>
Unofficial <a
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-chain/">nightly
builds</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]