Browse Source

tested jsch-0.1.8

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275298 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
f1aee37cb9
2 changed files with 4 additions and 3 deletions
  1. +1
    -1
      docs/manual/OptionalTasks/scp.html
  2. +3
    -2
      docs/manual/OptionalTasks/sshexec.html

+ 1
- 1
docs/manual/OptionalTasks/scp.html View File

@@ -20,7 +20,7 @@ remote machine.</p>
in the Ant distribution. See <a
href="../install.html#librarydependencies">Library Dependencies</a>
for more information. This task has been tested with jsch-0.1.2 to
jsch-0.1.7.</p>
jsch-0.1.8.</p>

<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">


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

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

<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">


Loading…
Cancel
Save