From 044aff92a762bcb1adb5f5a6164dca70348bc72a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 6 Jan 2009 09:36:19 +0000 Subject: [PATCH] No, loadfile doesn't overwrite properties. PR 46440. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@731895 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/loadresource.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/CoreTasks/loadresource.html b/docs/manual/CoreTasks/loadresource.html index d6c5d75e8..37c8b7551 100644 --- a/docs/manual/CoreTasks/loadresource.html +++ b/docs/manual/CoreTasks/loadresource.html @@ -37,6 +37,9 @@ element resource collections. If the resource content is empty (maybe after processing a filterchain) the property is not set.

+

Since properties are immutable, the task will not change the value + of an existing property.

+

Parameters