Browse Source

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.
master
Jan Matèrne 3 years ago
parent
commit
e46302326d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manual/targets.html

+ 1
- 1
manual/targets.html View File

@@ -25,7 +25,7 @@
<body> <body>
<h1 id="targets">Targets</h1> <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> desired state during the build process.</p>


<p>Targets can depend on other targets and Apache Ant ensures that these <p>Targets can depend on other targets and Apache Ant ensures that these


Loading…
Cancel
Save