Browse Source

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
master
Matthew Jason Benson 20 years ago
parent
commit
698cfd4a70
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      docs/manual/using.html

+ 6
- 1
docs/manual/using.html View File

@@ -30,7 +30,12 @@ to be unique. (For additional information, see the
<tr>
<td valign="top">default</td>
<td valign="top">the default target to use when no target is supplied.</td>
<td align="center" valign="top"><!-- No. No target will be run if omitted.--> Yes.</td>
<td align="center" valign="top">No; however, <b>since Ant 1.6.0</b>,
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 <a href="running.html#options">-projecthelp</a> option.
</td>
</tr>
<tr>
<td valign="top">basedir</td>


Loading…
Cancel
Save