jhm 2004/02/09 02:51:41 Modified: xdocs Tag: ANT_16_BRANCH external.xml docs Tag: ANT_16_BRANCH external.html Log: Sync with HEAD new Task: snip Revision Changes Path No revision No revision 1.100.2.7 +29 -0 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.100.2.6 retrieving revision 1.100.2.7 diff -u -r1.100.2.6 -r1.100.2.7 --- external.xml 22 Jan 2004 08:38:58 -0000 1.100.2.6 +++ external.xml 9 Feb 2004 10:51:40 -0000 1.100.2.7 @@ -1841,6 +1841,35 @@ </table> </subsection> + <subsection name="snip"> + <p>A task designed to help with the single-sourcing of program documentation. + Snip extracts snippets of text from files, placing them into properties in the Ant project. + These properties can then be used by any other Ant task, and are particularly useful when + referenced by <filter>s within the <copy> task.</p> + + <p>Snip was originally written to keep snippets of sample code in API documentation synchronized + with the actual sample classes.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Tested with 1.5.1. Should work with all versions.</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.martiansoftware.com/lab/index.html#snip">http://www.martiansoftware.com/lab/index.html#snip</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="http://www.martiansoftware.com/contact.html">Marty Lamb</a></td> + </tr> + <tr> + <th>License:</th> + <td>Revised BSD</td> + </tr> + </table> + </subsection> + <subsection name="Speech4J"> <p>A text-to-speech task and build listener, which produce No revision No revision 1.136.2.8 +53 -1 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.136.2.7 retrieving revision 1.136.2.8 diff -u -r1.136.2.7 -r1.136.2.8 --- external.html 22 Jan 2004 08:38:58 -0000 1.136.2.7 +++ external.html 9 Feb 2004 10:51:40 -0000 1.136.2.8 @@ -161,7 +161,7 @@ </div> <img style="float: left" height="10" width="10" border="0" alt="" src="./images/menu-left.gif"> <img style="float: right" height="10" width="10" border="0" alt="" src="./images/menu-right.gif"> - </div> + </div> <div class="lightbluebar"> </div> <div class="main"> <div class="content"> @@ -3449,6 +3449,58 @@ <td colspan="1" rowspan="1" valign="top" align="left"> GNU General Public Licence (GPL) + </td> + </tr> + </table> + <h4 class="subsection"> + <a name="snip"></a> + snip + </h4> + <p>A task designed to help with the single-sourcing of program documentation. + Snip extracts snippets of text from files, placing them into properties in the Ant project. + These properties can then be used by any other Ant task, and are particularly useful when + referenced by <filter>s within the <copy> task.</p> + <p>Snip was originally written to keep snippets of sample code in API documentation synchronized + with the actual sample classes.</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"> + Tested with 1.5.1. Should work with all 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://www.martiansoftware.com/lab/index.html#snip">http://www.martiansoftware.com/lab/index.html#snip</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://www.martiansoftware.com/contact.html">Marty Lamb</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Revised BSD </td> </tr> </table>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]