You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2003/03/05 23:32:56 UTC

cvs commit: jakarta-commons/xdocs pool.xml

rwaldhoff    2003/03/05 14:32:56

  Modified:    xdocs/stylesheets project.xml
               xdocs    pool.xml
  Log:
  update pool links
  
  Revision  Changes    Path
  1.69      +1 -1      jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- project.xml	3 Mar 2003 01:07:03 -0000	1.68
  +++ project.xml	5 Mar 2003 22:32:54 -0000	1.69
  @@ -61,7 +61,7 @@
           <item name="Logging"                href="http://jakarta.apache.org/commons/logging.html"/>
           <item name="Modeler"                href="http://jakarta.apache.org/commons/modeler.html"/>
           <item name="Net"                    href="http://jakarta.apache.org/commons/net/index.html"/>
  -        <item name="Pool"                   href="http://jakarta.apache.org/commons/pool.html"/>
  +        <item name="Pool"                   href="http://jakarta.apache.org/commons/pool"/>
           <item name="Validator"              href="http://jakarta.apache.org/commons/validator/index.html"/>
         </menu>
     
  
  
  
  1.2       +4 -45     jakarta-commons/xdocs/pool.xml
  
  Index: pool.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/pool.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pool.xml	13 Aug 2002 02:08:32 -0000	1.1
  +++ pool.xml	5 Mar 2003 22:32:55 -0000	1.2
  @@ -1,53 +1,12 @@
   <?xml version="1.0"?>
  -
   <document>
  -
    <properties>
  -  <title>Commons</title>
  +  <title>Commons Pool</title>
     <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
    </properties>
  -
  - <body>
  -
  -<section name="The Pool Component">
  -
  -<p>The <code>commons-pool</code> component provides a general purpose
  -object pooling API with three major aspects:</p>
  -<ol>
  -<li>Generic object pool interface that clients and implementations
  -    can use to provide easily interchangeable pooling implementations.</li>
  -<li>A toolkit for creating modular object pools.</li>
  -<li>Several general purpose pool implementations.</li>
  -</ol>
  -
  +<body>
  +<section name="Moved">
  +<p>Please see <a href="http://jakarta.apache.org/commons/pool/">http://jakarta.apache.org/commons/pool/</a>.</p>
   </section>
  -
  -
  -<section name="Documentation">
  -
  -<!--
  -<p>The <a href="http://jakarta.apache.org/commons/pool/RELEASE-NOTES.txt">
  -Release Notes</a> document the new features and bug fixes that have been
  -included in this release.</p>
  --->
  -
  -<p>The <a href="http://jakarta.apache.org/commons/pool/api/index.html">
  -JavaDoc API documents</a> are available online.  In particular, you should
  -read the package overview of the <code>org.apache.commons.pool</code>
  -package.</p>
  -
  -</section>
  -
  -
  -<section name="Releases">
  -
  -<ul>
  -<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool/v1.0/">Version 1.0</a></li>
  -<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool/v1.0.1/">Version 1.0.1</a></li>
  -</ul>
  -
  -</section>
  -
  -
   </body>
   </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org