Author: mbenson Date: Mon Oct 29 10:24:16 2007 New Revision: 589752 URL: http://svn.apache.org/viewvc?rev=589752&view=rev Log: revert scriptcondition changes, at least for 1.7.1
Modified: ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/conditions.html Modified: ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/conditions.html URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/conditions.html?rev=589752&r1=589751&r2=589752&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/conditions.html (original) +++ ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/conditions.html Mon Oct 29 10:24:16 2007 @@ -538,11 +538,9 @@ </p> <h5>Description</h5> <p> -The script supports script language inline, this script has access to the -same beans as the <code><script></code> task, and to the <code>self</code> bean, -which refers back to the condition itself. If the script evaluates to a boolean result, -this is the result of the condition's evaluation (<em>since Ant 1.7.1</em>). -Alternatively, <code>self.value</code> can be used to set the evaluation result. +The script supports script language inline, this script has access to the same beans as the +<code><script></code> task, and to the <code>self</code> bean, which refers back to the +condition itself. The <code>value</code> property of this bean sets the return value: </p> <p> Example: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]