Browse Source

add dependencies to external page

PR: 31367
Obtained from: Russ Gold


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276879 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
1c824926f4
2 changed files with 76 additions and 0 deletions
  1. +50
    -0
      docs/external.html
  2. +26
    -0
      xdocs/external.xml

+ 50
- 0
docs/external.html View File

@@ -1065,6 +1065,56 @@
valign="top" align="left"> valign="top" align="left">
LGPL LGPL
</td> </td>
</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:russgold@httpunit.org">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> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 26
- 0
xdocs/external.xml View File

@@ -524,6 +524,32 @@
</table> </table>
</subsection> </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:russgold@httpunit.org">Russell Gold</a></td>
</tr>
<tr>
<th>License:</th>
<td>MIT License</td>
</tr>
</table>
</subsection>

<subsection name="Dependency Finder"> <subsection name="Dependency Finder">
<p>Dependency Finder extracts dependencies and OO metrics from <p>Dependency Finder extracts dependencies and OO metrics from
Java class files produced by most Java compilers. It can compute Java class files produced by most Java compilers. It can compute


Loading…
Cancel
Save