From af292a48ca9a6b2c1dfe0f027e76b9376f6d464d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 26 Jan 2010 04:43:58 +0000 Subject: [PATCH] relative and basedir attributes are new. PR 48609 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@903075 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/property.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/property.html b/docs/manual/CoreTasks/property.html index 83772a581..74bf7e550 100644 --- a/docs/manual/CoreTasks/property.html +++ b/docs/manual/CoreTasks/property.html @@ -156,12 +156,14 @@ SYSTEM). relative - If set to true the relative path to basedir is set. + If set to true the relative path + to basedir is set. Since Ant 1.8.0 No (default=false) basedir - The basedir to calculate the relative path from. + The basedir to calculate the relative path + from. Since Ant 1.8.0 No (default=${basedir})