From 698cfd4a702ee9ce7c42848469c3d602565ea6cd Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 16 Dec 2004 16:23:22 +0000 Subject: [PATCH] Mark project's default attribute as optional (again!). PR: 32732 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277223 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/using.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/manual/using.html b/docs/manual/using.html index d9e39286a..3ca2a05f1 100644 --- a/docs/manual/using.html +++ b/docs/manual/using.html @@ -30,7 +30,12 @@ to be unique. (For additional information, see the default the default target to use when no target is supplied. - Yes. + No; however, since Ant 1.6.0, + every project includes an implicit target that contains any and + all top-level tasks and/or types. This target will always be + executed as part of the project's initialization, even when Ant is + run with the -projecthelp option. + basedir