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