Browse Source

A little housekeeping

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

+ 2
- 0
WHATSNEW View File

@@ -161,6 +161,8 @@ Other changes:
command over SSH. They require jsch, a BSD licensed SSH library that
can be found at http://www.jcraft.com/jsch/index.html

* New filterreader <escapeunicode/>.

Changes from Ant 1.5.2 to Ant 1.5.3
===================================



+ 3
- 0
docs/manual/OptionalTasks/scp.html View File

@@ -9,6 +9,9 @@

<h2><a name="scp">SCP</a></h2>
<h3>Description</h3>

<p><em>since Ant 1.6</em></p>

<p>Copies a file or FileSet to or from a remote machine running SSH daemon.
FileSet <i>only</i> works for copying files from the local machine to a
remote machine.</p>


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

@@ -9,6 +9,9 @@

<h2><a name="sshexec">SSHEXEC</a></h2>
<h3>Description</h3>

<p><em>since Ant 1.6</em></p>

<p>Runs a command on a remote machine running SSH daemon.
</p>



Loading…
Cancel
Save