Browse Source

Add pointer to AntTimerTask

Submitted by:	Mario Jeckle <mario at jeckle dot de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275901 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
fc7e960e14
2 changed files with 78 additions and 0 deletions
  1. +51
    -0
      docs/external.html
  2. +27
    -0
      xdocs/external.xml

+ 51
- 0
docs/external.html View File

@@ -489,6 +489,57 @@
valign="top" align="left">
GNU General Public License (GPL)
</td>
</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">


+ 27
- 0
xdocs/external.xml View File

@@ -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


Loading…
Cancel
Save