From 3d3f9f729e096a3ed1ef9f7845a6e1b3e21a85a1 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 11 Oct 2007 13:19:03 +0000 Subject: [PATCH] SFOS-485 release build.xml isnt compatible with Ant1.7.0 http://jira.smartfrog.org/jira/browse/SFOS-485 -fixing the docs so nobody else uses commandResource prematurely. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@583818 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/sshexec.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/sshexec.html b/docs/manual/OptionalTasks/sshexec.html index 6b3db94a3..0ca960d61 100644 --- a/docs/manual/OptionalTasks/sshexec.html +++ b/docs/manual/OptionalTasks/sshexec.html @@ -65,7 +65,8 @@ and won't work with versions of jsch earlier than commandResource - The resource (file) that contains the commands to run on the remote host. + The resource (file) that contains the commands to run on the remote host. + Since Ant 1.7.1 Either this or command must be set