vmassol     02/01/20 10:36:09

  Modified:    docs/framework/xdocs changes.xml doc-book.xml site-book.xml
  Added:       docs/framework/xdocs build_result.xml
  Log:
  link to GUMP nightly build results for Cactus added in main menu (in developer 
section)
  
  Revision  Changes    Path
  1.79      +9 -10     jakarta-cactus/docs/framework/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/changes.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- changes.xml       19 Jan 2002 18:16:42 -0000      1.78
  +++ changes.xml       20 Jan 2002 18:36:09 -0000      1.79
  @@ -28,30 +28,29 @@
       <table>
         <tr>
           <td>
  -          19/01/2002
  +          20/01/2002
           </td>
           <td>
  -          New <link href="howto_ide_jbuilder5.html">JBuilder 5 tutorial</link>
  -          for Cactus integration. Thanks Sean !
  +          Link to Cactus nightly build result added to the left menu in the
  +          developer section.
           </td>
         </tr>
         <tr>
           <td>
  -          14/11/2001
  +          19/01/2002
           </td>
           <td>
  -          New tutorial that explains how to use JUnitEE with Cactus. Check it
  -          <link href="howto_junitee.html">here</link>. Thanks Kaarle !
  +          New <link href="howto_ide_jbuilder5.html">JBuilder 5 tutorial</link>
  +          for Cactus integration. Thanks Sean !
           </td>
         </tr>
         <tr>
           <td>
  -          25/09/2001
  +          14/11/2001
           </td>
           <td>
  -          Cactus 1.2 is now available for
  -          <link href="downloads.html">download</link> ! Check the
  -          <link href="changes.html#release_changes">Release Notes</link>.
  +          New tutorial that explains how to use JUnitEE with Cactus. Check it
  +          <link href="howto_junitee.html">here</link>. Thanks Kaarle !
           </td>
         </tr>
       </table>
  
  
  
  1.36      +1 -0      jakarta-cactus/docs/framework/xdocs/doc-book.xml
  
  Index: doc-book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/doc-book.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- doc-book.xml      19 Jan 2002 18:16:42 -0000      1.35
  +++ doc-book.xml      20 Jan 2002 18:36:09 -0000      1.36
  @@ -78,6 +78,7 @@
       <menu-item type="external" label="CVS"
           href="http://jakarta.apache.org/site/cvsindex.html"/>
       <menu-item label="Coding Conventions" source="coding_conventions.xml"/>
  +    <menu-item label="Build results" source="build_result.xml"/>
     </menu>
   
   </book>
  
  
  
  1.32      +1 -0      jakarta-cactus/docs/framework/xdocs/site-book.xml
  
  Index: site-book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/site-book.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- site-book.xml     19 Jan 2002 18:16:42 -0000      1.31
  +++ site-book.xml     20 Jan 2002 18:36:09 -0000      1.32
  @@ -78,6 +78,7 @@
       <menu-item type="external" label="CVS"
           href="http://jakarta.apache.org/site/cvsindex.html"/>
       <menu-item label="Coding Conventions" source="coding_conventions.xml"/>
  +    <menu-item label="Build results" source="build_result.xml"/>
     </menu>
   
   </book>
  
  
  
  1.1                  jakarta-cactus/docs/framework/xdocs/build_result.xml
  
  Index: build_result.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!DOCTYPE document SYSTEM "./dtd/document-v10.dtd">
  
  <document>
    <header>
      <title>Nightly Build Results</title>
      <authors>
        <person name="Vincent Massol" email="[EMAIL PROTECTED]"/>
      </authors>
    </header>
  
    <body>
  
      <s1 title="Nightly Build Results">
  
        <p>
          Every day, the main Cactus build is run, the cactus jars are generated,
          the full suite of tests is executed and a nightly cactus distribution
          is packaged. This is possible thanks to
          <link href="http://jakarta.apache.org/gump/";>GUMP</link>.
        </p>
        <p>
          Please find below the links to the Cactus Nightly Build results :
        </p>
  
        <table>
          <tr>
            <th>
              <strong>Name</strong>
            </th>
          </tr>
          <tr>
            <td>
              <link 
href="http://jakarta.apache.org/builds/gump/latest/jakarta-cactus-22.html";>Cactus
              for Servlet API 2.2</link>
            </td>
          </tr>
          <tr>
            <td>
              <link 
href="http://jakarta.apache.org/builds/gump/latest/jakarta-cactus-23.html";>Cactus
              for Servlet API 2.3</link>
            </td>
          </tr>
        </table>
  
      </s1>
  
    </body>
  </document>
  
  
  

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

Reply via email to