summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorMatt Benson <mbenson@apache.org>2022-02-25 17:55:40 -0600
committerMatt Benson <mbenson@apache.org>2022-02-25 17:55:40 -0600
commitc4552aaaf2932144e2d689a838a9a0db02c64741 (patch)
tree616dcde42cb4a067fcaeab63f91bf26c96bac3a9 /manual
parent5f10acc1a13d1018cf3ad6ac32cb0f54c8ca5151 (diff)
downloadant-c4552aaaf2932144e2d689a838a9a0db02c64741.tar.gz
scriptdef += @setbeans
Diffstat (limited to 'manual')
-rw-r--r--manual/Tasks/script.html6
-rw-r--r--manual/Tasks/scriptdef.html8
2 files changed, 11 insertions, 3 deletions
diff --git a/manual/Tasks/script.html b/manual/Tasks/script.html
index 94c818747..043d4c63c 100644
--- a/manual/Tasks/script.html
+++ b/manual/Tasks/script.html
@@ -101,9 +101,9 @@ In particular all targets should have different location values.</p>
<tr>
<td>setbeans</td>
<td>This attribute controls whether to set variables for all properties, references and targets
- in the running script. If this attribute is <q>false</q>, only the the <code>project</code>
- and <code>self</code> variables are set. If this attribute is <q>true</q> all the variables
- are set. <em>Since Ant 1.7</em></td>
+ in the running script. If this attribute is <q>false</q>, only the <code>project</code> and
+ <code>self</code> variables are set. If this attribute is <q>true</q> all the variables are
+ set. <em>Since Ant 1.7</em></td>
<td>No; defaults to <q>true</q></td>
</tr>
<tr>
diff --git a/manual/Tasks/scriptdef.html b/manual/Tasks/scriptdef.html
index a741fba35..ba88bd1df 100644
--- a/manual/Tasks/scriptdef.html
+++ b/manual/Tasks/scriptdef.html
@@ -132,6 +132,14 @@ the <a href="script.html"><code>&lt;script&gt;</code></a> task.</p>
</td>
<td>No</td>
</tr>
+ <tr>
+ <td>setbeans</td>
+ <td>This attribute controls whether to set variables for all properties, references and targets
+ in the running script. If this attribute is <q>false</q>, only the <code>project</code> and
+ <code>self</code> variables are set. If this attribute is <q>true</q> all the variables are
+ set.
+ <td>No; default <q>false</q> for backward compatibility</td>
+ </tr>
</table>
<h3>Parameters specified as nested elements</h3>