leosimons    2003/02/20 07:45:28

  Modified:    thread   build.xml
               thread/src/xdocs index.xml
  Added:       thread/src/xdocs book.xml tabs.xml
  Removed:     thread/src/xdocs menu.xml
  Log:
  forrestize
  
  Revision  Changes    Path
  1.31      +1 -1      avalon-excalibur/thread/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/thread/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml 29 Jan 2003 14:07:42 -0000      1.30
  +++ build.xml 20 Feb 2003 15:45:28 -0000      1.31
  @@ -343,7 +343,7 @@
   
       <!-- Prepares the documentation directory -->
       <target name="docs" depends="setup-filters" description="Generates the 
Docs">
  -    <ant antfile="${basedir}/../cocoonbuild.xml"/>
  +    <ant antfile="${basedir}/../forrestbuild.xml"/>
   
         <copy todir="${docs.dir}">
           <fileset dir="${build.docs}">
  
  
  
  1.5       +3 -3      avalon-excalibur/thread/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/thread/src/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml 5 Apr 2002 08:21:05 -0000       1.4
  +++ index.xml 20 Feb 2003 15:45:28 -0000      1.5
  @@ -9,7 +9,7 @@
       </authors>
     </header>
     <body>
  -    <s1 title="Introduction">
  +    <section><title>Introduction</title>
         <warn>
           This package is under development, and the API is not
           guaranteed to be the same when it is ready for release.
  @@ -24,7 +24,7 @@
           limiting pool implementation in Excalibur's Pool package.  Expect
           the interface to this change before we promote it to Excalibur.
         </p>
  -    </s1>
  +    </section>
     </body>
     <footer>
       <legal>
  
  
  
  1.5       +6 -13     avalon-excalibur/thread/src/xdocs/book.xml
  
  
  
  
  1.1                  avalon-excalibur/thread/src/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab 
V1.0//EN" "tab-cocoon-v10.dtd">
  
        <tabs software="Excalibur thread"
          title="Excalibur thread"
          copyright="Foo"
          xmlns:xlink="http://www.w3.org/1999/xlink";>
  
          <tab label="Avalon Home" href="http://avalon.apache.org/"/>
          <tab label="Framework" href="http://avalon.apache.org/framework/"/>
          <tab label="Components" href="http://avalon.apache.org/components/"/>
          <tab label="Phoenix" href="http://avalon.apache.org/phoenix/"/>
          <tab label="SECA" href="http://avalon.apache.org/seca/"/>
          <tab label="Apps" href="http://avalon.apache.org/apps/"/>
      </tabs>
  
  
  

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

Reply via email to