Browse Source

Any resource collection cannot be an attribute

master
Gintas Grigelionis 7 years ago
parent
commit
4f9b7eac92
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      manual/Tasks/scriptdef.html

+ 4
- 6
manual/Tasks/scriptdef.html View File

@@ -175,17 +175,15 @@ task.</p>
example <var>type</var>=<q>antlib:example.org:newtype</q></td> example <var>type</var>=<q>antlib:example.org:newtype</q></td>
<td>No</td> <td>No</td>
</tr> </tr>
<tr>
<td>any resource or resource collection</td>
<td><em>Since Ant 1.7.1</em>, this task can load scripts from any resource supplied as a nested
element.</td>
<td>No</td>
</tr>
</table> </table>


<h4>classpath</h4> <h4>classpath</h4>
<p>See the <a href="../Tasks/script.html">script</a> task for using this nested element.</p> <p>See the <a href="../Tasks/script.html">script</a> task for using this nested element.</p>


<h4>any resource collection</h4>
<p><em>Since Ant 1.7.1</em></p>
<p>This task can load scripts from any resource supplied as a nested element.</p>

<h3>Examples</h3> <h3>Examples</h3>


<p>The following definition creates a task which supports an attribute called <var>attr</var> and <p>The following definition creates a task which supports an attribute called <var>attr</var> and


Loading…
Cancel
Save