From 8d130028151fa7cc9d93e3cdf9ea1637cb16fcde Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 22 May 2001 14:40:02 +0000 Subject: [PATCH] Link to list of system properties. Submitted by: Ernst de Haan git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269042 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/using.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/using.html b/docs/manual/using.html index e1fc5a116..9e591c839 100644 --- a/docs/manual/using.html +++ b/docs/manual/using.html @@ -201,6 +201,8 @@ This is resolved as build/classes.

defined using a <property> task. For example, ${os.name} expands to the name of the operating system.

+

For a list of system properties see +the Javadoc of System.getProperties.

In addition, Ant has some built-in properties:

 basedir             the absolute path of the project's basedir (as set