summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorMatt Benson <mbenson@apache.org>2022-03-11 09:46:17 -0600
committerMatt Benson <mbenson@apache.org>2022-03-11 09:46:17 -0600
commita42d789dcde5f44f371cd63242de51524b490e9b (patch)
treef304f46b62311b3695c0e701fbc1c48c36e98fd0 /manual
parenta05291383e7c58bbff22b32fa3182ad94cb6bdc5 (diff)
downloadant-a42d789dcde5f44f371cd63242de51524b490e9b.tar.gz
@since
Diffstat (limited to 'manual')
-rw-r--r--manual/Tasks/local.html2
-rw-r--r--manual/Tasks/pathconvert.html2
-rw-r--r--manual/Tasks/scriptdef.html5
3 files changed, 5 insertions, 4 deletions
diff --git a/manual/Tasks/local.html b/manual/Tasks/local.html
index 2e64ec631..940622a32 100644
--- a/manual/Tasks/local.html
+++ b/manual/Tasks/local.html
@@ -57,7 +57,7 @@ examples section.</p>
<h4>Name</h4>
<p>As an alternative to (or in conjunction with) the <code>name</code> attribute, the nested text of
each of one or more nested <code>&lt;name&gt;</code> elements specifies a property name to declare in
-the local scope.
+the local scope. <em>Since Ant 1.10.13</em></p>
<h3>Examples</h3>
diff --git a/manual/Tasks/pathconvert.html b/manual/Tasks/pathconvert.html
index 3be11a6f3..8503ddf4c 100644
--- a/manual/Tasks/pathconvert.html
+++ b/manual/Tasks/pathconvert.html
@@ -71,7 +71,7 @@ nested <a href="../Types/mapper.html"><code>&lt;mapper&gt;</code></a> (<em>since
<tr>
<td>dest</td>
<td>A destination resource into which to write the converted path (Ant interprets this as a
- <code>File</code> by default).
+ <code>File</code> by default). <em>Since Ant 1.10.13</em>
</td>
<td>No, result will be logged if neither <code>@property</code> nor <code>@dest</code> is set</td>
</tr>
diff --git a/manual/Tasks/scriptdef.html b/manual/Tasks/scriptdef.html
index ba88bd1df..542702096 100644
--- a/manual/Tasks/scriptdef.html
+++ b/manual/Tasks/scriptdef.html
@@ -137,7 +137,8 @@ the <a href="script.html"><code>&lt;script&gt;</code></a> task.</p>
<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.
+ set. <em>Since Ant 1.10.13</em>
+ </td>
<td>No; default <q>false</q> for backward compatibility</td>
</tr>
</table>
@@ -157,7 +158,7 @@ the <a href="script.html"><code>&lt;script&gt;</code></a> task.</p>
</tr>
<tr>
<td>default</td>
- <td>the default value of the attribute</td>
+ <td>the default value of the attribute <em>Since Ant 1.10.13</em></td>
<td>No</td>
</tr>
</table>