From 3f2688a0edbb0994a6b274971a0d75e55ef5d20f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 27 Sep 2000 15:08:53 +0000 Subject: [PATCH] Added a refid attribute to property. Submitted by: Vincent Bergbauer git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268042 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 11 ++++++++-- .../apache/tools/ant/taskdefs/Property.java | 21 +++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index d493f4a53..d994fa9f9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3186,9 +3186,10 @@ resource) in the project.

property cannot be set, and will be ignored. This means that properties set outside the current project always override the properties of the current project.

-

There are three ways to set properties:

+

There are four ways to set properties: