You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2004/01/12 11:38:01 UTC

cvs commit: ant/xdocs external.xml

bodewig     2004/01/12 02:38:01

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add pointer to AntTimerTask
  
  Submitted by:	Mario Jeckle <mario at jeckle dot de>
  
  Revision  Changes    Path
  1.151     +51 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -u -r1.150 -r1.151
  --- external.html	7 Jan 2004 07:27:59 -0000	1.150
  +++ external.html	12 Jan 2004 10:38:01 -0000	1.151
  @@ -492,6 +492,57 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="AntTimerTask"></a>
  +        AntTimerTask
  +      </h4>
  +                        <p><a href="http://www.jeckle.de/freeStuff/AntTimerTask/index.html">Timer</a>
  +        is task for measuring the time elapsed to complete other
  +        tasks</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="http://www.jeckle.de/freeStuff/AntTimerTask/index.html">http://www.jeckle.de/freeStuff/AntTimerTask/index.html</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:mario@jeckle.de">mario@jeckle.de</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Lesser GNU Public License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Checkstyle"></a>
           Checkstyle
         </h4>
  
  
  
  1.111     +27 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- external.xml	17 Dec 2003 13:37:34 -0000	1.110
  +++ external.xml	12 Jan 2004 10:38:01 -0000	1.111
  @@ -193,6 +193,33 @@
           </table>
         </subsection>
   
  +      <subsection name="AntTimerTask">
  +        <p><a href="http://www.jeckle.de/freeStuff/AntTimerTask/index.html">Timer</a>
  +        is task for measuring the time elapsed to complete other
  +        tasks</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.6</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td>
  +              <a href="http://www.jeckle.de/freeStuff/AntTimerTask/index.html">http://www.jeckle.de/freeStuff/AntTimerTask/index.html</a>
  +            </td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="mailto:mario@jeckle.de">mario@jeckle.de</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Lesser GNU Public License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Checkstyle">
   
           <p>Checkstyle is a development tool to help programmers write
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org