bodewig     2003/02/24 07:02:16

  Modified:    docs     antnews.html external.html
               xdocs    external.xml
  Log:
  Add pointer to "SmartAnalyzer"
  
  Submitted by: Pierre Andrews <pierre dot andrews at urbanet dot ch>
  
  Revision  Changes    Path
  1.54      +0 -1      ant/docs/antnews.html
  
  Index: antnews.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/antnews.html,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- antnews.html      10 Feb 2003 23:41:09 -0000      1.53
  +++ antnews.html      24 Feb 2003 15:02:15 -0000      1.54
  @@ -230,7 +230,6 @@
                                   <p>The final version of Ant 1.5.1 is now 
available for 
        <a href="http://ant.apache.org/bindownload.cgi";>
        download</a>. If you have any feedback on this release, feel free to 
join the 
  -<!--     discussion on the dev and user mailing lists.-->
        discussion on the ant-dev and ant-user mailing lists.
        </p>
                         <br/>
  
  
  
  1.92      +54 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- external.html     18 Feb 2003 11:25:47 -0000      1.91
  +++ external.html     24 Feb 2003 15:02:15 -0000      1.92
  @@ -2152,6 +2152,60 @@
         </tr>
           </table>
                                                       <br/>
  +      <a name="SmartAnalyzer"></a>
  +      <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +        <tr><td bgcolor="#4C6C8F">
  +          <font color="#ffffff" face="arial,helvetica,sanserif">
  +            <strong>SmartAnalyzer</strong>
  +          </font>
  +        </td></tr>
  +      </table>
  +                        <p>Powerful analysis of dependencies between Java 
classes.
  +        Only affected classes will be recompiled and it can be used
  +        with any bytecode compiler.</p>
  +                                  <table class="ForrestTable" 
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">
  +          Apache Ant version 1.5.1
  +      </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://smartanalyzer.sourceforge.net/";>http://smartanalyzer.sourceforge.net/</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="http://sourceforge.net/projects/smartanalyzer";>support at 
sourceforge project page</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 Licence (GPL)
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <br/>
         <a name="Styler"></a>
         <table border="0" cellspacing="0" cellpadding="2" width="100%">
           <tr><td bgcolor="#4C6C8F">
  
  
  
  1.69      +26 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- external.xml      18 Feb 2003 11:25:48 -0000      1.68
  +++ external.xml      24 Feb 2003 15:02:15 -0000      1.69
  @@ -1000,6 +1000,32 @@
           </table>
         </subsection>
   
  +      <subsection name="SmartAnalyzer">
  +
  +        <p>Powerful analysis of dependencies between Java classes.
  +        Only affected classes will be recompiled and it can be used
  +        with any bytecode compiler.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Apache Ant version 1.5.1</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://smartanalyzer.sourceforge.net/";>http://smartanalyzer.sourceforge.net/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a 
href="http://sourceforge.net/projects/smartanalyzer";>support at sourceforge 
project page</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>GNU General Public Licence (GPL)</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Styler">
   
           <p>The styler task makes useful combinations of XSLT transformations
  
  
  

Reply via email to