You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/05 07:33:04 UTC

cvs commit: jakarta-avalon-excalibur/concurrent/src/xdocs index.xml

hammant     02/04/04 21:33:04

  Modified:    concurrent/src/xdocs index.xml
  Log:
  Contents of xdocs moved to new location
  
  Revision  Changes    Path
  1.2       +9 -4      jakarta-avalon-excalibur/concurrent/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/src/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	4 Apr 2002 19:33:12 -0000	1.1
  +++ index.xml	5 Apr 2002 05:33:04 -0000	1.2
  @@ -4,22 +4,27 @@
   
   <document>
     <header>
  -    <title>Avalon Excalibur - Concurrent</title>
  +    <title>Avalon Excalibur - Concurrent Threading</title>
       <authors>
  -      <person name="????" email="???"/>
  +      <person name="Berin Loritsch" email="bloritsch@apache.org"/>
  +      <person name="Leo Simons" email="mail@leosimons.com"/>
       </authors>
     </header>
     <body>
       <s1 title="Introduction">
         <p>
  -        ???
  +        Avalon Excalibur's concurrency management utilities are in
  +        the <code>org.apache.avalon.excalibur.concurrent</code> package.
  +        They give you important thread handling classes like Lock (a
  +        Mutex implementation), DjikstraSemaphore, ThreadBarrier, and
  +        ConditionalEvent.
         </p>
       </s1>
     </body>
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.1 $ $Date: 2002/04/04 19:33:12 $
  +      $Revision: 1.2 $ $Date: 2002/04/05 05:33:04 $
       </legal>
     </footer>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>