Browse Source

fix a bunch of links

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1147761 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 14 years ago
parent
commit
c3a13beaea
3 changed files with 8 additions and 8 deletions
  1. +1
    -1
      manual/Tasks/ftp.html
  2. +1
    -1
      manual/Tasks/jspc.html
  3. +6
    -6
      manual/install.html

+ 1
- 1
manual/Tasks/ftp.html View File

@@ -259,7 +259,7 @@ try to set up a new connection.</p>
<tr> <tr>
<td colspan="3"> <td colspan="3">
<p><b>The following attributes require <a href= <p><b>The following attributes require <a href=
"http://jakarta.apache.org/commons/net/download.html">
"http://commons.apache.org/net/download_net.cgi">
jakarta-commons-net-1.4.0 or greater</a>.</b></p> jakarta-commons-net-1.4.0 or greater</a>.</b></p>
<p> <p>
Use these options when the standard options don't work, because Use these options when the standard options don't work, because


+ 1
- 1
manual/Tasks/jspc.html View File

@@ -55,7 +55,7 @@ in class or taglib dependencies, or <code>&lt;jsp:include&gt;</code> references.
By default the task uses the Jasper JSP compiler. This By default the task uses the Jasper JSP compiler. This
means the task needs jasper.jar and jasper-runtime.jar, which come with means the task needs jasper.jar and jasper-runtime.jar, which come with
builds of Tomcat 4/Catalina from the builds of Tomcat 4/Catalina from the
<a href="http://jakarta.apache.org/tomcat/">Jakarta Tomcat project</a>,
<a href="http://tomcat.apache.org/">Apache Tomcat project</a>,
and any other Jar files which may be needed in future versions (it changes) and any other Jar files which may be needed in future versions (it changes)


We recommend (in March 2003) Tomcat version 4.1.x for the most robust version We recommend (in March 2003) Tomcat version 4.1.x for the most robust version


+ 6
- 6
manual/install.html View File

@@ -955,14 +955,14 @@ you need jakarta-oro 2.0.8 or later, and <a href="#commons-net">commons-net</a><
<tr> <tr>
<td>commons-logging.jar</td> <td>commons-logging.jar</td>
<td>CommonsLoggingListener</td> <td>CommonsLoggingListener</td>
<td><a href="http://jakarta.apache.org/commons/logging/index.html"
target="_top">http://jakarta.apache.org/commons/logging/index.html</a></td>
<td><a href="http://commons.apache.org/logging/"
target="_top">http://commons.apache.org/logging/</a></td>
</tr> </tr>
<tr> <tr>
<td>log4j.jar</td> <td>log4j.jar</td>
<td>Log4jListener</td> <td>Log4jListener</td>
<td><a href="http://jakarta.apache.org/log4j/docs/index.html"
target="_top">http://jakarta.apache.org/log4j/docs/index.html</a></td>
<td><a href="http://logging.apache.org/log4j/"
target="_top">http://logging.apache.org/log4j/</a></td>
</tr> </tr>
<tr> <tr>
<td><a name="commons-net">commons-net.jar</a></td> <td><a name="commons-net">commons-net.jar</a></td>
@@ -972,8 +972,8 @@ you need jakarta-oro 2.0.8 or later, and <a href="#commons-net">commons-net</a><
versions did not support the full range of configuration options, and 1.4.0 is needed versions did not support the full range of configuration options, and 1.4.0 is needed
to compile Ant. to compile Ant.
</td> </td>
<td><a href="http://jakarta.apache.org/commons/net/index.html"
target="_top">http://jakarta.apache.org/commons/net/index.html</a></td>
<td><a href="http://commons.apache.org/net/"
target="_top">http://commons.apache.org/net/</a></td>
</tr> </tr>
<tr> <tr>
<td>bcel.jar</td> <td>bcel.jar</td>


Loading…
Cancel
Save