bodewig     2003/08/01 05:28:22

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add reference to "Ant pretty build", submitted by Charbel BITAR
  
  Revision  Changes    Path
  1.125     +53 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -r1.124 -r1.125
  --- external.html     17 Jul 2003 22:49:56 -0000      1.124
  +++ external.html     1 Aug 2003 12:28:22 -0000       1.125
  @@ -335,6 +335,59 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="Ant Pretty Build"></a>
  +        Ant Pretty Build
  +      </h4>
  +                        <p>Ant Pretty Build is a tool to show and run Ant 
buildfiles
  +        directly from within a browser window.  It consists of a
  +        single XSL file that will generate, on the fly, from
  +        buildfile, a pretty interface showing project name,
  +        description, properties and targets, etc. allowing to run the
  +        whole project, or run selected targets in a specific
  +        order.</p>
  +                                      <table class="externals" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Compatibility:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          All Ant versions
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a 
href="http://antprettybuild.free.fr/";>http://antprettybuild.free.fr/</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a href="mailto:[EMAIL PROTECTED]">Charbel BITAR</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          GNU General Public License (GPL)
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Checkstyle"></a>
           Checkstyle
         </h4>
  
  
  
  1.91      +30 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- external.xml      17 Jul 2003 22:49:55 -0000      1.90
  +++ external.xml      1 Aug 2003 12:28:22 -0000       1.91
  @@ -107,6 +107,36 @@
           </table>
         </subsection>
   
  +      <subsection name="Ant Pretty Build">
  +
  +        <p>Ant Pretty Build is a tool to show and run Ant buildfiles
  +        directly from within a browser window.  It consists of a
  +        single XSL file that will generate, on the fly, from
  +        buildfile, a pretty interface showing project name,
  +        description, properties and targets, etc. allowing to run the
  +        whole project, or run selected targets in a specific
  +        order.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>All Ant versions</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://antprettybuild.free.fr/";>http://antprettybuild.free.fr/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">Charbel BITAR</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>GNU General Public License (GPL)</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Checkstyle">
   
           <p>Checkstyle is a development tool to help programmers write
  
  
  

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

Reply via email to