Submitted by: Pierre Andrews <pierre dot andrews at urbanet dot ch> git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274173 13f79535-47bb-0310-9956-ffa450edef68master
@@ -230,7 +230,6 @@ | |||||
<p>The final version of Ant 1.5.1 is now available for | <p>The final version of Ant 1.5.1 is now available for | ||||
<a href="http://ant.apache.org/bindownload.cgi"> | <a href="http://ant.apache.org/bindownload.cgi"> | ||||
download</a>. If you have any feedback on this release, feel free to join the | 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. | discussion on the ant-dev and ant-user mailing lists. | ||||
</p> | </p> | ||||
<br/> | <br/> | ||||
@@ -2149,6 +2149,60 @@ | |||||
valign="top" align="left"> | valign="top" align="left"> | ||||
Apache Software License | Apache Software License | ||||
</td> | </td> | ||||
</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> | </tr> | ||||
</table> | </table> | ||||
<br/> | <br/> | ||||
@@ -1000,6 +1000,32 @@ | |||||
</table> | </table> | ||||
</subsection> | </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"> | <subsection name="Styler"> | ||||
<p>The styler task makes useful combinations of XSLT transformations | <p>The styler task makes useful combinations of XSLT transformations | ||||