This is an automated email from the ASF dual-hosted git repository.

jhm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new e463023  As asked on the user list: targets also could contain 
datatypes (as stated in the java-comment on Target#children. While target 
execution tasks are "perform()"ed and datatypes are "maybeConfigure()"d.
e463023 is described below

commit e46302326d74578dae77c83d8af7107325d11931
Author: Jan MatÚrne <j...@apache.org>
AuthorDate: Wed Jun 30 15:18:24 2021 +0200

    As asked on the user list: targets also could contain datatypes (as stated 
in the java-comment on Target#children.
    While target execution tasks are "perform()"ed and datatypes are 
"maybeConfigure()"d.
---
 manual/targets.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/targets.html b/manual/targets.html
index f8d6ff2..4cd0240 100644
--- a/manual/targets.html
+++ b/manual/targets.html
@@ -25,7 +25,7 @@
 <body>
   <h1 id="targets">Targets</h1>
 
-  <p>A target is a container of tasks that cooperate to reach a
+  <p>A target is a container of tasks and datatypes that cooperate to reach a
     desired state during the build process.</p>
 
   <p>Targets can depend on other targets and Apache Ant ensures that these

Reply via email to