antoine     2003/10/28 02:33:40

  Modified:    docs/manual/OptionalTasks Tag: ANT_16_BRANCH scp.html
                        sshexec.html
  Log:
  Merge from HEAD
  fix failonerror attribute of scp and ssh in the doc
  PR: 24169
  Submitted by: Edwin Steele ( edwin_steele at rta dot nsw dot gov dot au)
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.7.2.4   +1 -2      ant/docs/manual/OptionalTasks/scp.html
  
  Index: scp.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/scp.html,v
  retrieving revision 1.7.2.3
  retrieving revision 1.7.2.4
  diff -u -r1.7.2.3 -r1.7.2.4
  --- scp.html  16 Oct 2003 11:21:46 -0000      1.7.2.3
  +++ scp.html  28 Oct 2003 10:33:40 -0000      1.7.2.4
  @@ -70,8 +70,7 @@
     </tr>
     <tr>
       <td valign="top">failonerror</td>
  -     <td valign="top">Log a warning message, but do not stop the build,
  -       when the transfer does not work.
  +     <td valign="top">Whether to halt the build if the transfer fails.
        </td>
        <td valign="top" align="center">No; defaults to true.</td>
     </tr>
  
  
  
  1.5.2.4   +1 -2      ant/docs/manual/OptionalTasks/sshexec.html
  
  Index: sshexec.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/sshexec.html,v
  retrieving revision 1.5.2.3
  retrieving revision 1.5.2.4
  diff -u -r1.5.2.3 -r1.5.2.4
  --- sshexec.html      16 Oct 2003 11:21:46 -0000      1.5.2.3
  +++ sshexec.html      28 Oct 2003 10:33:40 -0000      1.5.2.4
  @@ -64,8 +64,7 @@
     </tr>
     <tr>
       <td valign="top">failonerror</td>
  -     <td valign="top">Log a warning message, but do not stop the build,
  -       when the transfer does not work.
  +     <td valign="top">Whether to halt the build if the command does not 
complete successfully.
        </td>
        <td valign="top" align="center">No; defaults to true.</td>
     </tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to