bayard      2002/10/21 18:16:42

  Modified:    docs     index.html
               docs/site binindex.html news.html sourceindex.html
               xdocs    index.xml
               xdocs/site binindex.xml news.xml sourceindex.xml
  Log:
  update to reflect release of commons-collections 2.1
  
  Revision  Changes    Path
  1.158     +1 -0      jakarta-site2/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/index.html,v
  retrieving revision 1.157
  retrieving revision 1.158
  diff -u -r1.157 -r1.158
  --- index.html        9 Oct 2002 20:36:17 -0000       1.157
  +++ index.html        22 Oct 2002 01:16:42 -0000      1.158
  @@ -153,6 +153,7 @@
           <blockquote>
                                       <p>
   <ul>
  +<li><a href="site/news.html#1021.1">21 October 2002 - <b>Commons Collections 2.1 
Released</b></a></li>
   <li><a href="site/news.html#1009.2">09 October 2002 - <b>Log4j 1.2.7 
Released</b></a></li>
   <li><a href="site/news.html#1009.1">09 October 2002 - <b>Security update: Tomcat 
4.0.6 Released</b></a></li>
   <li><a href="site/news.html#1004.1">04 October 2002 - <b>Commons Lang 1.0 
Released</b></a></li>
  
  
  
  1.219     +1 -0      jakarta-site2/docs/site/binindex.html
  
  Index: binindex.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/binindex.html,v
  retrieving revision 1.218
  retrieving revision 1.219
  diff -u -r1.218 -r1.219
  --- binindex.html     9 Oct 2002 14:06:55 -0000       1.218
  +++ binindex.html     22 Oct 2002 01:16:42 -0000      1.219
  @@ -208,6 +208,7 @@
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-bcel/release/v5.0/";>BCEL 
5.0</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-cactus/release/v1.4.1/";>Cactus 
1.4.1</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-beanutils/v1.4.1/";>Commons
 BeanUtils 1.4.1</a></li>
  +<li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-collections/v2.1/";>Commons
 Collections 2.1</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-digester/v1.3/";>Commons
 Digester 1.3</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-discovery/v0.1/";>Commons
 Discovery 0.1</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-lang/v1.0/";>Commons
 Lang 1.0</a></li>
  
  
  
  1.234     +12 -1     jakarta-site2/docs/site/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
  retrieving revision 1.233
  retrieving revision 1.234
  diff -u -r1.233 -r1.234
  --- news.html 9 Oct 2002 20:36:17 -0000       1.233
  +++ news.html 22 Oct 2002 01:16:42 -0000      1.234
  @@ -151,7 +151,18 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <a name="1009.2">
  +                                    <a name="1021.1">
  +<h3>21 October 2002 - Commons Collections 2.1 released.</h3>
  +</a>
  +                                                <p>
  +  Announcing the release of Commons Collections 2.1, the latest version of 
  +  enhancements to Jakarta's Collections API enhancements.
  +  Binary and source distributions are available 
  +  <a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/";>here</a>.
  +  The project's homepage is <a 
href="http://jakarta.apache.org/commons/collections.html";>here</a>.  
  +</p>
  +                                                <hr size="1" noshade="noshade" />
  +                                                <a name="1009.2">
   <h3>9 October 2002 - log4j 1.2.7 released</h3>
   </a>
                                                   <p>Log4j developers are proud to 
announce the release of <a href="http://jakarta.apache.org/log4j/download.html";>log4j 
1.2.7</a>.
  
  
  
  1.146     +2 -0      jakarta-site2/docs/site/sourceindex.html
  
  Index: sourceindex.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/sourceindex.html,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -u -r1.145 -r1.146
  --- sourceindex.html  9 Oct 2002 14:06:56 -0000       1.145
  +++ sourceindex.html  22 Oct 2002 01:16:42 -0000      1.146
  @@ -211,6 +211,8 @@
   is the latest release of the Cactus project.</li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-beanutils/v1.4.1/";>Commons
 BeanUtils 1.4.1</a>
   is the latest release of the Commons BeanUtils project.</li>
  +<li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-collections/v2.1/";>Commons
 Collections 2.1</a>
  +is the latest release of the Commons Collections project.</li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-digester/v1.3/";>Commons
 Digester 1.3</a>
   is the latest release of the Commons Digester project.</li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-discovery/v0.1/";>Commons
 Discovery 0.1</a>
  
  
  
  1.120     +1 -0      jakarta-site2/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- index.xml 9 Oct 2002 20:36:17 -0000       1.119
  +++ index.xml 22 Oct 2002 01:16:42 -0000      1.120
  @@ -12,6 +12,7 @@
   <section name="Product News">
   <p>
   <ul>
  +<li><a href="site/news.html#1021.1">21 October 2002 - <b>Commons Collections 2.1 
Released</b></a></li>
   <li><a href="site/news.html#1009.2">09 October 2002 - <b>Log4j 1.2.7 
Released</b></a></li>
   <li><a href="site/news.html#1009.1">09 October 2002 - <b>Security update: Tomcat 
4.0.6 Released</b></a></li>
   <li><a href="site/news.html#1004.1">04 October 2002 - <b>Commons Lang 1.0 
Released</b></a></li>
  
  
  
  1.183     +1 -0      jakarta-site2/xdocs/site/binindex.xml
  
  Index: binindex.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/binindex.xml,v
  retrieving revision 1.182
  retrieving revision 1.183
  diff -u -r1.182 -r1.183
  --- binindex.xml      9 Oct 2002 14:06:56 -0000       1.182
  +++ binindex.xml      22 Oct 2002 01:16:42 -0000      1.183
  @@ -77,6 +77,7 @@
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-bcel/release/v5.0/";>BCEL 
5.0</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-cactus/release/v1.4.1/";>Cactus 
1.4.1</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-beanutils/v1.4.1/";>Commons
 BeanUtils 1.4.1</a></li>
  +<li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-collections/v2.1/";>Commons
 Collections 2.1</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-digester/v1.3/";>Commons
 Digester 1.3</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-discovery/v0.1/";>Commons
 Discovery 0.1</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-lang/v1.0/";>Commons
 Lang 1.0</a></li>
  
  
  
  1.204     +12 -0     jakarta-site2/xdocs/site/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
  retrieving revision 1.203
  retrieving revision 1.204
  diff -u -r1.203 -r1.204
  --- news.xml  9 Oct 2002 20:36:17 -0000       1.203
  +++ news.xml  22 Oct 2002 01:16:42 -0000      1.204
  @@ -11,6 +11,18 @@
   
   <section name="News &amp; Status">
   
  +<a name="1021.1">
  +<h3>21 October 2002 - Commons Collections 2.1 released.</h3>
  +</a>
  +<p>
  +  Announcing the release of Commons Collections 2.1, the latest version of 
  +  enhancements to Jakarta's Collections API enhancements.
  +  Binary and source distributions are available 
  +  <a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/";>here</a>.
  +  The project's homepage is <a 
href="http://jakarta.apache.org/commons/collections.html";>here</a>.  
  +</p>
  +<hr size="1" noshade="noshade" />
  +
   <a name="1009.2">
   <h3>9 October 2002 - log4j 1.2.7 released</h3>
   </a>
  
  
  
  1.107     +2 -0      jakarta-site2/xdocs/site/sourceindex.xml
  
  Index: sourceindex.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/sourceindex.xml,v
  retrieving revision 1.106
  retrieving revision 1.107
  diff -u -r1.106 -r1.107
  --- sourceindex.xml   9 Oct 2002 14:06:56 -0000       1.106
  +++ sourceindex.xml   22 Oct 2002 01:16:42 -0000      1.107
  @@ -79,6 +79,8 @@
   is the latest release of the Cactus project.</li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-beanutils/v1.4.1/";>Commons
 BeanUtils 1.4.1</a>
   is the latest release of the Commons BeanUtils project.</li>
  +<li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-collections/v2.1/";>Commons
 Collections 2.1</a>
  +is the latest release of the Commons Collections project.</li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-digester/v1.3/";>Commons
 Digester 1.3</a>
   is the latest release of the Commons Digester project.</li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-discovery/v0.1/";>Commons
 Discovery 0.1</a>
  
  
  

--
To unsubscribe, e-mail:   <mailto:site-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:site-cvs-help@;jakarta.apache.org>

Reply via email to