Browse Source

Note the dependency of JavaClassHelper with bcel.jar

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271785 13f79535-47bb-0310-9956-ffa450edef68
master
Magesh Umasankar 23 years ago
parent
commit
607f967fef
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      docs/manual/install.html

+ 6
- 5
docs/manual/install.html View File

@@ -41,7 +41,7 @@ Windows 9x and NT, Novell Netware 6 and MacOS X.
To build and use Ant, you must have a JAXP-compliant XML parser installed and
available on your classpath.</p>
<p>
The binary distribution of Ant includes the latest version of the
The binary distribution of Ant includes the latest version of the
<a href="http://xml.apache.org/crimson/index.html">Apache Crimson</a> XML parser.
Please see
<a href="http://java.sun.com/xml/" target="_top">http://java.sun.com/xml/</a>
@@ -337,7 +337,8 @@ Installing Ant / Optional Tasks</a> section above.</p>
</tr>
<tr>
<td>bcel.jar</td>
<td>classfileset data type<!-- and optional depend task -->.</td>
<td>classfileset data type and JavaClassHelper used by the ClassConstants
filter reader<!-- and optional depend task -->.</td>
<td><a href="http://jakarta.apache.org/bcel/" target="_top">jakarta.apache.org/bcel/</a></td>
</tr>
<tr>
@@ -345,19 +346,19 @@ Installing Ant / Optional Tasks</a> section above.</p>
<td>Mail task with Mime encoding, and the MimeMail task</td>
<td><a href="http://java.sun.com/products/javamail/"
target="_top">http://java.sun.com/products/javamail/</a></td>
</tr>
</tr>
<tr>
<td>activation.jar</td>
<td>Mail task with Mime encoding, and the MimeMail task</td>
<td><a href="http://java.sun.com/products/javabeans/glasgow/jaf.html"
target="_top">http://java.sun.com/products/javabeans/glasgow/jaf.html</a></td>
</tr>
</tr>
<tr>
<td>jdepend.jar</td>
<td>jdepend task</td>
<td><a href="http://www.clarkware.com/software/JDepend.html"
target="_top">http://www.clarkware.com/software/JDepend.html</a></td>
</tr>
</tr>
</table>
<br>
<hr>


Loading…
Cancel
Save