Browse Source

Bugzilla Report 40333, jsch 0.1.29 minimum required.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442762 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 19 years ago
parent
commit
9498868500
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      docs/manual/OptionalTasks/sshexec.html
  2. +1
    -1
      docs/manual/install.html

+ 2
- 2
docs/manual/OptionalTasks/sshexec.html View File

@@ -35,9 +35,9 @@
<p><b>Note:</b> This task depends on external libraries not included <p><b>Note:</b> This task depends on external libraries not included
in the Ant distribution. See <a in the Ant distribution. See <a
href="../install.html#librarydependencies">Library Dependencies</a> href="../install.html#librarydependencies">Library Dependencies</a>
for more information. This task has been tested with jsch-0.1.7 and above
for more information. This task has been tested with jsch-0.1.29 and above
and won't work with versions of jsch earlier than and won't work with versions of jsch earlier than
0.1.7.</p>
0.1.28.</p>


<p>See also the <a href="scp.html">scp task</a></p> <p>See also the <a href="scp.html">scp task</a></p>




+ 1
- 1
docs/manual/install.html View File

@@ -717,7 +717,7 @@ Already included Java 1.4+</td>
target="_top">http://xml.apache.org/commons/</a>.</td> target="_top">http://xml.apache.org/commons/</a>.</td>
</tr> </tr>
<tr> <tr>
<td>jsch.jar</td>
<td>jsch.jar <b>0.1.29 or later</b></td>
<td>sshexec and scp tasks</td> <td>sshexec and scp tasks</td>
<td><a href="http://www.jcraft.com/jsch/index.html" <td><a href="http://www.jcraft.com/jsch/index.html"
target="_top">http://www.jcraft.com/jsch/index.html</a></td> target="_top">http://www.jcraft.com/jsch/index.html</a></td>


Loading…
Cancel
Save