donaldp     00/11/26 23:54:36

  Modified:    docs     index.html
  Log:
  Updated documentation for "ant.project.name"
  
  Revision  Changes    Path
  1.154     +2 -0      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.153
  retrieving revision 1.154
  diff -u -r1.153 -r1.154
  --- index.html        2000/11/21 21:41:57     1.153
  +++ index.html        2000/11/27 07:54:34     1.154
  @@ -386,6 +386,8 @@
     <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>
  
  
  

Reply via email to