From e46302326d74578dae77c83d8af7107325d11931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mat=C3=83=C5=A1rne?= Date: Wed, 30 Jun 2021 15:18:24 +0200 Subject: 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(-) (limited to 'manual') 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 @@

Targets

-

A target is a container of tasks that cooperate to reach a +

A target is a container of tasks and datatypes that cooperate to reach a desired state during the build process.

Targets can depend on other targets and Apache Ant ensures that these -- cgit v1.2.1