You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/03/04 21:42:15 UTC

ant git commit: Any resource collection cannot be an attribute

Repository: ant
Updated Branches:
  refs/heads/master face306a1 -> 4f9b7eac9


Any resource collection cannot be an attribute

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/4f9b7eac
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/4f9b7eac
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/4f9b7eac

Branch: refs/heads/master
Commit: 4f9b7eac92f8b7c3d180f99bc74e5fc7b4f92330
Parents: face306
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Sun Mar 4 22:42:01 2018 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Sun Mar 4 22:42:01 2018 +0100

----------------------------------------------------------------------
 manual/Tasks/scriptdef.html | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/4f9b7eac/manual/Tasks/scriptdef.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/scriptdef.html b/manual/Tasks/scriptdef.html
index 0f8292d..59de23e 100644
--- a/manual/Tasks/scriptdef.html
+++ b/manual/Tasks/scriptdef.html
@@ -175,17 +175,15 @@ task.</p>
       example <var>type</var>=<q>antlib:example.org:newtype</q></td>
     <td>No</td>
   </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>
 
 <h4>classpath</h4>
 <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>
 
 <p>The following definition creates a task which supports an attribute called <var>attr</var> and