hammant     02/04/04 21:33:51

  Modified:    thread/src/xdocs index.xml
  Log:
  Contents of xdocs moved to new location
  
  Revision  Changes    Path
  1.3       +31 -20    jakarta-avalon-excalibur/thread/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/thread/src/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 4 Apr 2002 20:19:15 -0000       1.2
  +++ index.xml 5 Apr 2002 05:33:51 -0000       1.3
  @@ -1,24 +1,35 @@
   <?xml version="1.0"?>
   
   <document>
  -    <header>
  -        <title>Excalibur - Thread Utilities</title>
  -        <authors>
  -            <person name="Peter Donald" email="[EMAIL PROTECTED]"/>
  -            <person name="Leif Mortenson" email="[EMAIL PROTECTED]"/>
  -        </authors>
  -    </header>
  -    <body>
  -        <s1 title="Introduction">
  -            <p>
  -            This project contains thread utilities.
  -            </p>
  -        </s1>
  -    </body>
  -    <footer>
  -        <legal>
  -          Copyright (c) @year@ The Jakarta Apache Project All rights 
reserved.
  -          $Revision: 1.2 $ $Date: 2002/04/04 20:19:15 $
  -        </legal>
  -    </footer>
  +  <header>
  +    <title>Excalibur - Thread Pool Utilities</title>
  +    <authors>
  +      <person name="Berin Loritsch" email="[EMAIL PROTECTED]"/>
  +      <person name="Leo Simons" email="[EMAIL PROTECTED]"/>
  +    </authors>
  +  </header>
  +  <body>
  +    <s1 title="Introduction">
  +      <warn>
  +        This package is under development, and the API is not
  +        guaranteed to be the same when it is ready for release.
  +        You can find this in the Scratchpad.jar file if you want
  +        to play with it.  Do not blame us if the next release of
  +        Excalibur breaks your code if you use this package.
  +      </warn>
  +      <p>
  +        Avalon Excalibur's Thread Pool Management code is still under
  +        development.  The package is 
<code>org.apache.avalon.excalibur.thread</code>
  +        in the Scratchpad jar.  It is functional, using the no resource
  +        limiting pool implementation in Excalibur's Pool package.  Expect
  +        the interface to this change before we promote it to Excalibur.
  +      </p>
  +    </s1>
  +  </body>
  +  <footer>
  +    <legal>
  +      Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  +      $Revision: 1.3 $ $Date: 2002/04/05 05:33:51 $
  +    </legal>
  +  </footer>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to