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 16:44:00 UTC

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

hammant     02/04/05 06:44:00

  Modified:    .        build.xml
               site     build.xml
               site/src/xdocs book.xml index.xml
  Log:
  updates to refelect removal of pipeline and container
  
  Revision  Changes    Path
  1.143     +0 -6      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- build.xml	5 Apr 2002 08:21:27 -0000	1.142
  +++ build.xml	5 Apr 2002 14:44:00 -0000	1.143
  @@ -194,7 +194,6 @@
           <ant dir="command" target="docs"/>  
           <ant dir="component" target="docs"/>  
           <ant dir="concurrent" target="docs"/>  
  -        <ant dir="container" target="docs"/>
           <ant dir="datasource" target="docs"/>
           <ant dir="event" target="docs"/>  
           <ant dir="extension" target="docs"/>
  @@ -205,7 +204,6 @@
           <ant dir="logger" target="docs"/>
           <ant dir="monitor" target="docs"/>
           <ant dir="naming" target="docs"/>
  -        <ant dir="pipeline" target="docs"/>
           <ant dir="pool" target="docs"/>
           <ant dir="property" target="docs"/>
           <ant dir="proxy" target="docs"/>
  @@ -237,7 +235,6 @@
           <ant dir="command" target="site"/>  
           <ant dir="component" target="site"/>
           <ant dir="concurrent" target="site"/>  
  -        <ant dir="container" target="site"/>
           <ant dir="datasource" target="site"/>
           <ant dir="event" target="site"/>  
           <ant dir="extension" target="site"/>
  @@ -248,7 +245,6 @@
           <ant dir="logger" target="site"/>
           <ant dir="monitor" target="site"/>
           <ant dir="naming" target="site"/> 
  -        <ant dir="pipeline" target="site"/>
           <ant dir="pool" target="site"/>
           <ant dir="property" target="site"/>
           <ant dir="proxy" target="site"/>
  @@ -275,7 +271,6 @@
           <ant dir="command" target="real-clean"/>
           <ant dir="component" target="real-clean"/>
           <ant dir="concurrent" target="real-clean"/>
  -        <ant dir="container" target="real-clean"/>
           <ant dir="datasource" target="real-clean"/>
           <ant dir="event" target="real-clean"/>  
           <ant dir="extension" target="real-clean"/>
  @@ -289,7 +284,6 @@
           <ant dir="logger" target="real-clean"/>        
           <ant dir="monitor" target="real-clean"/>
           <ant dir="naming" target="real-clean"/>
  -        <ant dir="pipeline" target="real-clean"/>
           <ant dir="pool" target="real-clean"/>
           <ant dir="property" target="real-clean"/>
           <ant dir="proxy" target="real-clean"/>
  
  
  
  1.2       +1 -4      jakarta-avalon-excalibur/site/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/site/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	3 Apr 2002 14:44:35 -0000	1.1
  +++ build.xml	5 Apr 2002 14:44:00 -0000	1.2
  @@ -133,10 +133,7 @@
       
     </target>
     
  -  <target name="site" depends="docs" description="Places Docs ready for hosting on website">  
  -  
  -    <ant dir="../altrmi/" target="site"/>  
  -    <!-- TODO the rest -->
  +  <target name="site" depends="docs" description="Places Docs ready for hosting on website">    
     
     </target>   
     
  
  
  
  1.9       +0 -2      jakarta-avalon-excalibur/site/src/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/site/src/xdocs/book.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- book.xml	5 Apr 2002 08:03:46 -0000	1.8
  +++ book.xml	5 Apr 2002 14:44:00 -0000	1.9
  @@ -22,7 +22,6 @@
       <menu-item label="Command" href="command/index.html"/>      
       <menu-item label="Component" href="component/index.html"/>
       <menu-item label="Concurrent" href="concurrent/index.html"/>
  -    <menu-item label="Container" href="container/index.html"/>
       <menu-item label="DataSource" href="datasource/index.html"/>
       <menu-item label="Event" href="event/index.html"/>
       <menu-item label="Extension" href="extension/index.html"/>
  @@ -33,7 +32,6 @@
       <menu-item label="Logger" href="logger/index.html"/>      
       <menu-item label="Monitor" href="monitor/index.html"/>
       <menu-item label="Naming" href="naming/index.html"/>
  -    <menu-item label="Pipeline" href="pipeline/index.html"/>
       <menu-item label="Pool" href="pool/index.html"/>          
       <menu-item label="Property Utils" href="property"/>
       <menu-item label="Proxy" href="proxy/index.html"/>
  
  
  
  1.3       +11 -1     jakarta-avalon-excalibur/site/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/site/src/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	5 Apr 2002 08:03:46 -0000	1.2
  +++ index.xml	5 Apr 2002 14:44:00 -0000	1.3
  @@ -10,6 +10,16 @@
       </authors>
     </header>
     <body>
  +    <s1 title="Refactoring!!">  
  +      <warn>
  +        There is a general reorganication of JAR files for Excalibur going 
  +        on at the moment (early April 2002).  This will be complete in a 
  +        couple of weeks.  For now, all the old docs have been migrated
  +        to new locations in the website, and will be joined by new pages
  +        shortly.  This is just a preview of the pages, and much will 
  +        change day by day.
  +      </warn>
  +    </s1>  
       <s1 title="Introduction">
         <p>
           Avalon Excalibur was created in order to ease development of
  @@ -44,7 +54,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.2 $ $Date: 2002/04/05 08:03:46 $
  +      $Revision: 1.3 $ $Date: 2002/04/05 14:44:00 $
       </legal>
     </footer>
   </document>
  
  
  

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