Browse Source

Fix typo

Obtained from: Yuji Yamano


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275872 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
2deefc838e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/import.html

+ 1
- 1
docs/manual/CoreTasks/import.html View File

@@ -59,7 +59,7 @@ relative to its position.<br>
So if I import for example a <i>docsbuild.xml</i> file named <b>builddocs</b>,
I can get its path as <b>ant.file.builddocs</b>, similarly to the <b>ant.file</b>
property of the main buildfile.<br>
Note that "builddocs" is not the filename, but the @name attribute
Note that "builddocs" is not the filename, but the name attribute
present in the imported project tag.<br>
<br>
<b>Important</b>: We have not finalized how relative file references


Loading…
Cancel
Save