Browse Source

Add a link to ensure explanation (found an indictment of basedir's description

as being recursive).  :|


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@426106 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
50b046504d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/using.html

+ 2
- 2
docs/manual/using.html View File

@@ -286,7 +286,7 @@ name of the operating system.</p>
<p>In addition, Ant has some built-in properties:</p> <p>In addition, Ant has some built-in properties:</p>
<pre> <pre>
basedir the absolute path of the project's basedir (as set basedir the absolute path of the project's basedir (as set
with the basedir attribute of &lt;project&gt;).
with the basedir attribute of <a href="#projects">&lt;project&gt;)</a>.
ant.file the absolute path of the buildfile. ant.file the absolute path of the buildfile.
ant.version the version of Ant ant.version the version of Ant
ant.project.name the name of the project that is currently executing; ant.project.name the name of the project that is currently executing;
@@ -608,7 +608,7 @@ implementation of the element upon which it is specified. Some tasks (the
deliberately assign a different meaning to <code>refid</code>.</p> deliberately assign a different meaning to <code>refid</code>.</p>


<hr> <hr>
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2006 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


Loading…
Cancel
Save