From c527bae9a517284e188ea4fae5cae667f871b1ed Mon Sep 17 00:00:00 2001
From: Antoine Levy-Lambert
Date: Tue, 28 Oct 2003 10:29:53 +0000
Subject: [PATCH] Correct documentation of failonerror attribute for scp and
ssh. PR: 24169 Submitted by: Edwin Steele (Edwin_STEELE at rta dot nsw dot
gov dot au )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275574 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/OptionalTasks/scp.html | 3 +--
docs/manual/OptionalTasks/sshexec.html | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/docs/manual/OptionalTasks/scp.html b/docs/manual/OptionalTasks/scp.html
index c248c5034..67a441b45 100644
--- a/docs/manual/OptionalTasks/scp.html
+++ b/docs/manual/OptionalTasks/scp.html
@@ -69,8 +69,7 @@ jsch-0.1.8.
failonerror |
- Log a warning message, but do not stop the build,
- when the transfer does not work.
+ | Whether to halt the build if the transfer fails.
|
No; defaults to true. |
diff --git a/docs/manual/OptionalTasks/sshexec.html b/docs/manual/OptionalTasks/sshexec.html
index 1f039f42e..57fed08a9 100644
--- a/docs/manual/OptionalTasks/sshexec.html
+++ b/docs/manual/OptionalTasks/sshexec.html
@@ -63,8 +63,7 @@ jsch-0.1.8 and won't work with versions of jsch earlier than
failonerror |
- Log a warning message, but do not stop the build,
- when the transfer does not work.
+ | Whether to halt the build if the command does not complete successfully.
|
No; defaults to true. |