Author: jhm Date: Tue Sep 25 23:44:04 2007 New Revision: 579488 URL: http://svn.apache.org/viewvc?rev=579488&view=rev Log: Add XML Directory Listing task
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?rev=579488&r1=579487&r2=579488&view=diff ============================================================================== --- ant/core/trunk/docs/external.html (original) +++ ant/core/trunk/docs/external.html Tue Sep 25 23:44:04 2007 @@ -6052,6 +6052,56 @@ </tr> </table> <h4 class="subsection"> + <a name="XML Directory Listing Ant Task"></a> + XML Directory Listing Ant Task + </h4> + <p>The XML Directory Listing task can recurse through a directory structure and produce an + XML representation. The resulting file can then be transformed further with Ant. </p> + <p>The XML output is configurable through various options. The SAX parsing is fast and has a + low memory footprint.</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.5 or higher + </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://code.google.com/p/xml-dir-listing/">http://code.google.com/p/xml-dir-listing/</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:matt_at_matthaynes_dot_net">M. Haynes</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Apache License 2.0 + </td> + </tr> + </table> + <h4 class="subsection"> <a name="XMLReleaseNotes (XRN)"></a> XMLReleaseNotes (XRN) </h4> Modified: ant/core/trunk/xdocs/external.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/external.xml?rev=579488&r1=579487&r2=579488&view=diff ============================================================================== --- ant/core/trunk/xdocs/external.xml (original) +++ ant/core/trunk/xdocs/external.xml Tue Sep 25 23:44:04 2007 @@ -3278,6 +3278,33 @@ </table> </subsection> + <subsection name="XML Directory Listing Ant Task"> + + <p>The XML Directory Listing task can recurse through a directory structure and produce an + XML representation. The resulting file can then be transformed further with Ant. </p> + <p>The XML output is configurable through various options. The SAX parsing is fast and has a + low memory footprint.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Ant 1.6.5 or higher</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://code.google.com/p/xml-dir-listing/">http://code.google.com/p/xml-dir-listing/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto:matt_at_matthaynes_dot_net">M. Haynes</a></td> + </tr> + <tr> + <th>License:</th> + <td>Apache License 2.0</td> + </tr> + </table> + </subsection> + <subsection name="XMLReleaseNotes (XRN)"> <p>This framework is a release notes framework that enables to --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]