hammant     02/04/04 14:01:24

  Modified:    all/src/xdocs cli.xml collections.xml component.xml
               cache/src/xdocs index.xml
               collections/src/xdocs index.xml
               component/src/xdocs index.xml
  Log:
  movesome actual text to new xdoc locations
  
  Revision  Changes    Path
  1.2       +4 -1      jakarta-avalon-excalibur/all/src/xdocs/cli.xml
  
  Index: cli.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/src/xdocs/cli.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cli.xml   20 Jul 2001 16:47:37 -0000      1.1
  +++ cli.xml   4 Apr 2002 22:01:24 -0000       1.2
  @@ -13,6 +13,9 @@
     </header>
     <body>
       <s1 title="Abstract">
  +    
  +      <!-- obsleted by fullerdocument in the new broken out package - PJH -->
  +    
         <p>
           The command line utilities in 
<code>org.apache.avalon.excalibur.cli</code>
           assist you in parsing command line options during startup time. It
  @@ -27,7 +30,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.1 $ $Date: 2001/07/20 16:47:37 $
  +      $Revision: 1.2 $ $Date: 2002/04/04 22:01:24 $
       </legal>
     </footer>
   </document>
  
  
  
  1.2       +2 -4      jakarta-avalon-excalibur/all/src/xdocs/collections.xml
  
  Index: collections.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/src/xdocs/collections.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- collections.xml   20 Jul 2001 16:47:37 -0000      1.1
  +++ collections.xml   4 Apr 2002 22:01:24 -0000       1.2
  @@ -14,16 +14,14 @@
     <body>
       <s1 title="Filling the gap in java.util">
         <p>
  -        The Collection Utilities in 
<code>org.apache.avalon.excalibur.collection</code>
  -     provide a number of high speed collection implementations as well as 
some utilities
  -     to allow you to execute Set mathematics on a list.
  +Transferred - PH
         </p>
       </s1>
     </body>
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.1 $ $Date: 2001/07/20 16:47:37 $
  +      $Revision: 1.2 $ $Date: 2002/04/04 22:01:24 $
       </legal>
     </footer>
   </document>
  
  
  
  1.2       +2 -13     jakarta-avalon-excalibur/all/src/xdocs/component.xml
  
  Index: component.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/src/xdocs/component.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- component.xml     20 Jul 2001 16:47:37 -0000      1.1
  +++ component.xml     4 Apr 2002 22:01:24 -0000       1.2
  @@ -14,25 +14,14 @@
     <body>
       <s1 title="Automated Component Management">
         <p>
  -        The <code>org.apache.avalon.excalibur.component</code> package
  -     in Excalibur will allow you to manage components specified in
  -     a configuration file.  The beauty of this approach is that the
  -     ComponentManagers and ComponentSelectors become the Container
  -     and automagically maintain your Component's lifecycle.
  -      </p>
  -      <p>
  -        The Excalibur Component Management infrastructure uses a
  -     RoleManager to help your configuration files remain readable.
  -     All classes are instantiated using the current thread's
  -     ContextClassLoader--unless you pass a different one in the
  -     constructor.
  +        Transferred - PJH
         </p>
       </s1>
     </body>
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.1 $ $Date: 2001/07/20 16:47:37 $
  +      $Revision: 1.2 $ $Date: 2002/04/04 22:01:24 $
       </legal>
     </footer>
   </document>
  
  
  
  1.2       +15 -3     jakarta-avalon-excalibur/cache/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cache/src/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 4 Apr 2002 20:20:02 -0000       1.1
  +++ index.xml 4 Apr 2002 22:01:24 -0000       1.2
  @@ -6,20 +6,32 @@
     <header>
       <title>Avalon Excalibur - Cache</title>
       <authors>
  -      <person name="????" email="???"/>
  +      <person name="Eung-ju Park" email="[EMAIL PROTECTED]"/>
  +      <person name="Berin Loritsch" 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>
  -        ???
  +        The <code>org.apache.avalon.excalibur.cache</code> package contains
  +        interfaces and classes for caching. The design is sufficiently 
modular
  +        to allow for different implementations of the backing mechanism 
(store)
  +        and replacement algorithm (eg LRU, FIFO).
         </p>
  +      <figure src="images/cache.png" alt="Caching Class Diagram"/>
       </s1>
     </body>
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.1 $ $Date: 2002/04/04 20:20:02 $
  +      $Revision: 1.2 $ $Date: 2002/04/04 22:01:24 $
       </legal>
     </footer>
   </document>
  
  
  
  1.2       +9 -8      jakarta-avalon-excalibur/collections/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/collections/src/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 4 Apr 2002 04:54:51 -0000       1.1
  +++ index.xml 4 Apr 2002 22:01:24 -0000       1.2
  @@ -4,27 +4,28 @@
   
   <document>
     <header>
  -    <title>Excalibur ??? / Overview</title>
  +    <title>Excalibur Collections / Overview</title>
       <authors>
  -      <person name="???" email="[EMAIL PROTECTED]"/>
  +      <person name="Leo Simons" email="[EMAIL PROTECTED]"/>
  +      <person name="Berin Loritsch" email="[EMAIL PROTECTED]"/>
       </authors>
     </header>
     <body>
       <s1 title="Introduction">
         <p>
  -        ????
  +        Filling the gap in java.util....
         </p>
  -    </s1>          
  -    <s1 title="?????">
  -      <p>                
  -        ?????
  +      <p>
  +        The Collection Utilities in 
<code>org.apache.avalon.excalibur.collection</code>
  +     provide a number of high speed collection implementations as well as 
some utilities
  +     to allow you to execute Set mathematics on a list.
         </p>
       </s1>
     </body>
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.1 $ $Date: 2002/04/04 04:54:51 $
  +      $Revision: 1.2 $ $Date: 2002/04/04 22:01:24 $
       </legal>
     </footer>
   </document>
  
  
  
  1.3       +21 -2     jakarta-avalon-excalibur/component/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/component/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:18:24 -0000       1.2
  +++ index.xml 4 Apr 2002 22:01:24 -0000       1.3
  @@ -4,6 +4,8 @@
       <header>
           <title>Excalibur - Component Utilities</title>
           <authors>
  +            <person name="Leo Simons" email="[EMAIL PROTECTED]"/>
  +            <person name="Berin Loritsch" email="[EMAIL PROTECTED]"/>
               <person name="Peter Donald" email="[EMAIL PROTECTED]"/>
               <person name="Leif Mortenson" email="[EMAIL PROTECTED]"/>
           </authors>
  @@ -11,14 +13,31 @@
       <body>
           <s1 title="Introduction">
               <p>
  -            This project contains utilities for managing components.  In 
particular, the ExcaliburComponentManager.
  +            This project contains utilities for managing components.  
  +            In particular, the ExcaliburComponentManager.
               </p>
           </s1>
  +        <s1 title="Automated Component Management">
  +          <p>
  +            The <code>org.apache.avalon.excalibur.component</code> package
  +         in Excalibur will allow you to manage components specified in
  +         a configuration file.  The beauty of this approach is that the
  +         ComponentManagers and ComponentSelectors become the Container
  +         and automagically maintain your Component's lifecycle.
  +          </p>
  +          <p>
  +            The Excalibur Component Management infrastructure uses a
  +         RoleManager to help your configuration files remain readable.
  +         All classes are instantiated using the current thread's
  +         ContextClassLoader--unless you pass a different one in the
  +         constructor.
  +          </p>
  +        </s1>        
       </body>
       <footer>
           <legal>
             Copyright (c) @year@ The Jakarta Apache Project All rights 
reserved.
  -          $Revision: 1.2 $ $Date: 2002/04/04 20:18:24 $
  +          $Revision: 1.3 $ $Date: 2002/04/04 22:01:24 $
           </legal>
       </footer>
   </document>
  
  
  

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

Reply via email to