From 1b88e5367497ad4f9fbd3a10466b6312b4b5d91d Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Mon, 12 May 2003 15:19:18 +0000
Subject: [PATCH] Add documentation for propertyset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274564 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/ant.html | 14 +++-
docs/manual/CoreTasks/antcall.html | 10 ++-
docs/manual/CoreTasks/java.html | 8 ++
docs/manual/CoreTypes/propertyset.html | 107 +++++++++++++++++++++++++
docs/manual/OptionalTasks/junit.html | 6 ++
docs/manual/conceptstypeslist.html | 1 +
6 files changed, 143 insertions(+), 3 deletions(-)
create mode 100644 docs/manual/CoreTypes/propertyset.html
diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html
index 3ae2bc5be..d22922867 100644
--- a/docs/manual/CoreTasks/ant.html
+++ b/docs/manual/CoreTasks/ant.html
@@ -87,7 +87,9 @@ project.
-Parameters specified as nested elements
property
+Parameters specified as nested elements
+
+property
See the description of the property
task. Note that the refid
attribute points to a
reference in the calling project, not in the new one.
@@ -114,6 +116,14 @@ optionally changing their id.
+propertyset
+
+You can specify a set of properties to be copied into the new
+project with propertysets.
+
+since Ant 1.6.
+
Basedir of the new project
The basedir value of the new project is affected by the two
@@ -222,7 +232,7 @@ a <path>
with the id path1
, but
new project using the id path2
.
-Copyright © 2000-2002 Apache Software Foundation. All rights
+
Copyright © 2000-2003 Apache Software Foundation. All rights
Reserved.