From 11d0ab8dca9674302da3dc3c24a21fd98cae8c6a Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Mon, 27 Nov 2000 07:54:34 +0000 Subject: [PATCH] Updated documentation for "ant.project.name" git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268246 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.html b/docs/index.html index 4aa0df254..f93bbc3fb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -386,6 +386,8 @@ name of the operating system.

  • 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".