summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorJan MatÚrne <jhm@apache.org>2021-06-30 15:18:24 +0200
committerJan MatÚrne <jhm@apache.org>2021-06-30 15:18:24 +0200
commite46302326d74578dae77c83d8af7107325d11931 (patch)
treefb5e811deb6c1304a907b96b4d7d90d81f04ddfb /manual
parentf61ac12960af852b8237fe91f256dea27d898dca (diff)
downloadant-e46302326d74578dae77c83d8af7107325d11931.tar.gz
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.
Diffstat (limited to 'manual')
-rw-r--r--manual/targets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/targets.html b/manual/targets.html
index f8d6ff217..4cd024054 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