Author: jhm
Date: Tue Jun 19 23:44:49 2007
New Revision: 548956
URL: http://svn.apache.org/viewvc?view=rev&rev=548956
Log:
Add a new BuildListener to external page.
Modified:
ant/core/trunk/docs/external.html
ant/core/trunk/xdocs/external.xml
Modified: ant/core/trunk/docs/external.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/external.html?view=diff&rev=548956&r1=548955&r2=548956
==============================================================================
--- ant/core/trunk/docs/external.html (original)
+++ ant/core/trunk/docs/external.html Tue Jun 19 23:44:49 2007
@@ -6196,6 +6196,62 @@
</tr>
</table>
<h3 class="section">
+ <a name="Build Listeners"></a>
+ Build Listeners
+ </h3>
+ <h4 class="subsection">
+ <a name="AntUtility"></a>
+ AntUtility
+ </h4>
+ <p>
+ Wondering why your Ant build is slow? Is your continuous integration
server taking too
+ long to produce your project builds? This project may help. This
project includes a small
+ number of classes for use with Ant that can help you to analyze your
build in a
+ non-intrusive manner.
+ </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">
+ Ant 1.6
+ </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="https://antutility.dev.java.net/">https://antutility.dev.java.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="mailto:[EMAIL PROTECTED]">David Green</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ License:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software
License</a>
+ </td>
+ </tr>
+ </table>
+ <h3 class="section">
<a name="Compiler Implementations"></a>
Compiler Implementations
</h3>
Modified: ant/core/trunk/xdocs/external.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/external.xml?view=diff&rev=548956&r1=548955&r2=548956
==============================================================================
--- ant/core/trunk/xdocs/external.xml (original)
+++ ant/core/trunk/xdocs/external.xml Tue Jun 19 23:44:49 2007
@@ -3362,6 +3362,42 @@
</section>
+
+
+ <section name="Build Listeners">
+
+ <subsection name="AntUtility">
+
+ <p>
+ Wondering why your Ant build is slow? Is your continuous integration
server taking too
+ long to produce your project builds? This project may help. This
project includes a small
+ number of classes for use with Ant that can help you to analyze your
build in a
+ non-intrusive manner.
+ </p>
+
+ <table class="externals">
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.6</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="https://antutility.dev.java.net/">https://antutility.dev.java.net/</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href="mailto:[EMAIL PROTECTED]">David Green</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
Software License</a></td>
+ </tr>
+ </table>
+ </subsection>
+ </section>
+
+
+
<section name="Compiler Implementations">
<subsection name="Generics (JSR14) Early-Access Compiler Adapter">
@@ -3785,6 +3821,7 @@
</subsection>
</section>
+
<section name="Source Control Systems">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]