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/04 17:52:54 UTC

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

hammant     02/04/04 07:52:54

  Modified:    .        build.xml
               site/src/xdocs book.xml
  Log:
  more xdocs bound into site book
  
  Revision  Changes    Path
  1.135     +25 -0     jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- build.xml	4 Apr 2002 15:12:48 -0000	1.134
  +++ build.xml	4 Apr 2002 15:52:54 -0000	1.135
  @@ -199,6 +199,31 @@
   
       </target>
   
  +    <!-- Generate all docs -->
  +    <target name="site" description="Generate all the docs for site">
  +    
  +       <ant dir="site" target="site"/>
  +    
  +     <!--   <ant dir="instrument" target="site"/>  -->
  +     <!--   <ant dir="concurrent" target="site"/>  -->
  +        <ant dir="collections" target="site"/> 
  +     <!--   <ant dir="altrmi" target="site"/> -->
  +     <!--   <ant dir="all" target="site"/> -->               <!-- depends on instrument -->
  +     <!--   <ant dir="instrument-manager" target="site"/>  --> <!-- depends on instrument, all -->
  +        <!--ant dir="instrument-client" target="site"/-->  <!-- depends on instrument-manager -->
  +        <ant dir="baxter" target="site"/>
  +        <ant dir="bzip2" target="site"/>
  +      <!--  <ant dir="cache" target="site"/> -->
  +        <ant dir="cli" target="site"/>
  +      <!--  <ant dir="extension" target="site"/> -->
  +      <!--  <ant dir="i18n" target="site"/> -->
  +      <!--  <ant dir="io" target="site"/> -->
  +      <!--  <ant dir="naming" target="site"/> -->
  +      <!--  <ant dir="tar" target="site"/> -->
  +      <!--  <ant dir="zip" target="site"/> -->
  +
  +    </target>
  +
       <target name="clean">
           <delete dir="${build.dir}" />
   
  
  
  
  1.2       +4 -0      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book.xml	3 Apr 2002 14:44:36 -0000	1.1
  +++ book.xml	4 Apr 2002 15:52:54 -0000	1.2
  @@ -12,6 +12,10 @@
   
     <menu label="Sub Projects">
       <menu-item label="AltRMI" href="altrmi/index.html"/>  
  +    <menu-item label="Baxter" href="baxter/index.html"/>  
  +    <menu-item label="BZip2" href="bzip2/index.html"/>  
  +    <menu-item label="CLI" href="cli/index.html"/>  
  +    <menu-item label="Collections" href="collections/index.html"/>      
     </menu>
     
     
  
  
  

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