peterreilly 2004/09/23 07:04:35
Modified: docs external.html
xdocs external.xml
Log:
add dependencies to external page
PR: 31367
Obtained from: Russ Gold
Revision Changes Path
1.185 +50 -0 ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/ant/docs/external.html,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- external.html 22 Sep 2004 09:55:38 -0000 1.184
+++ external.html 23 Sep 2004 14:04:35 -0000 1.185
@@ -1068,6 +1068,56 @@
</tr>
</table>
<h4 class="subsection">
+ <a name="Dependencies"></a>
+ Dependencies
+ </h4>
+ <p>The dependencies task manages a set of external
dependencies which
+ may be downloaded from a remote repository,
+ such as ibiblio.org. Uses a local cache to avoid repeated
+ downloads.</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 1.4+.
+ </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.httpunit.org/doc/dependencies.html">http://www.httpunit.org/doc/dependencies.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:[EMAIL PROTECTED]">Russell Gold</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ License:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ MIT License
+ </td>
+ </tr>
+ </table>
+ <h4 class="subsection">
<a name="Dependency Finder"></a>
Dependency Finder
</h4>
1.146 +26 -0 ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/external.xml,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- external.xml 22 Sep 2004 09:55:38 -0000 1.145
+++ external.xml 23 Sep 2004 14:04:35 -0000 1.146
@@ -524,6 +524,32 @@
</table>
</subsection>
+ <subsection name="Dependencies">
+ <p>The dependencies task manages a set of external dependencies
which
+ may be downloaded from a remote repository,
+ such as ibiblio.org. Uses a local cache to avoid repeated
+ downloads.</p>
+
+ <table class="externals">
+ <tr>
+ <th>Compatibility:</th>
+ <td>Tested with 1.5.1, should work with 1.4+.</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://www.httpunit.org/doc/dependencies.html">http://www.httpunit.org/doc/dependencies.html</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href="mailto:[EMAIL PROTECTED]">Russell Gold</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>MIT License</td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="Dependency Finder">
<p>Dependency Finder extracts dependencies and OO metrics from
Java class files produced by most Java compilers. It can compute
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]