bodewig     2003/03/14 07:10:27

  Modified:    .        WHATSNEW
               docs/manual/OptionalTasks scp.html sshexec.html
  Log:
  A little housekeeping
  
  Revision  Changes    Path
  1.364     +2 -0      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.363
  retrieving revision 1.364
  diff -u -r1.363 -r1.364
  --- WHATSNEW  13 Mar 2003 09:01:53 -0000      1.363
  +++ WHATSNEW  14 Mar 2003 15:10:23 -0000      1.364
  @@ -161,6 +161,8 @@
     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
   ===================================
   
  
  
  
  1.5       +3 -0      ant/docs/manual/OptionalTasks/scp.html
  
  Index: scp.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/scp.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- scp.html  11 Mar 2003 14:31:53 -0000      1.4
  +++ scp.html  14 Mar 2003 15:10:26 -0000      1.5
  @@ -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>
  
  
  
  1.2       +3 -0      ant/docs/manual/OptionalTasks/sshexec.html
  
  Index: sshexec.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/sshexec.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sshexec.html      13 Mar 2003 09:01:54 -0000      1.1
  +++ sshexec.html      14 Mar 2003 15:10:27 -0000      1.2
  @@ -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>
   
  
  
  

Reply via email to