Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 74470 invoked by uid 500); 27 Nov 2000 07:54:39 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Received: (qmail 74467 invoked by uid 1195); 27 Nov 2000 07:54:37 -0000 Date: 27 Nov 2000 07:54:37 -0000 Message-ID: <20001127075437.74465.qmail@locus.apache.org> From: donaldp@locus.apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/docs index.html 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 @@
  • basedir - the absolute path of the project's basedir (as set with the basedir attribute of <project>).
  • ant.file - the absolute path of the build file.
  • +
  • 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.
  • ant.java.version - the JVM version Ant detected. Currently it can hold the values "1.1", "1.2" and "1.3".