Author: bodewig
Date: Tue Jan 6 01:36:19 2009
New Revision: 731895
URL: http://svn.apache.org/viewvc?rev=731895&view=rev
Log:
No, loadfile doesn't overwrite properties. PR 46440.
Modified:
ant/core/trunk/docs/manual/CoreTasks/loadresource.html
Modified: ant/core/trunk/docs/manual/CoreTasks/loadresource.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/loadresource.html?rev=731895&r1=731894&r2=731895&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/loadresource.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/loadresource.html Tue Jan 6 01:36:19 2009
@@ -37,6 +37,9 @@
processing a filterchain) the property is not set.
</p>
+<p>Since properties are immutable, the task will not change the value
+ of an existing property.</p>
+
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
<tr>
|