Browse Source

Updated documentation for "ant.project.name"

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268246 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
11d0ab8dca
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs/index.html

+ 2
- 0
docs/index.html View File

@@ -386,6 +386,8 @@ name of the operating system.</p>
<li>basedir - the absolute path of the project's basedir (as set
with the basedir attribute of &lt;project&gt;).</li>
<li>ant.file - the absolute path of the build file.</li>
<li>ant.project.name - the name of the project that is currently executing. It is
set by the name attribute in project tag of build file.</li>
<li>ant.java.version - the JVM version Ant detected. Currently it
can hold the values &quot;1.1&quot;, &quot;1.2&quot; and
&quot;1.3&quot;.</li>


Loading…
Cancel
Save