diff options
| author | Matthew Jason Benson <mbenson@apache.org> | 2010-02-25 00:06:04 +0000 |
|---|---|---|
| committer | Matthew Jason Benson <mbenson@apache.org> | 2010-02-25 00:06:04 +0000 |
| commit | af5bab224ef6c304444301d2eeebaac889e37478 (patch) | |
| tree | 1984509862e8abe61c805db90bdd17ab7074fb1c /docs | |
| parent | 1b990a501c3c7cfd8f389dfea7b2b601f27ad9c0 (diff) | |
| download | ant-af5bab224ef6c304444301d2eeebaac889e37478.tar.gz | |
add prefix attribute to loadproperties task + more tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@916051 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/manual/CoreTasks/loadproperties.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/manual/CoreTasks/loadproperties.html b/docs/manual/CoreTasks/loadproperties.html index 0f253c25c..11d68c5cd 100644 --- a/docs/manual/CoreTasks/loadproperties.html +++ b/docs/manual/CoreTasks/loadproperties.html @@ -72,6 +72,12 @@ filter.</p> to a <code><path></code> defined elsewhere..</td> <td align="center" valign="top">No</td> </tr> + <tr> + <td valign="top">prefix</td> + <td valign="top">Prefix to apply to loaded properties; + a "." is appended to the prefix if not specified. <em>Since Ant 1.8.1</em></td> + <td align="center" valign="top">No</td> + </tr> </table> <h3>Parameters specified as nested elements</h3> @@ -124,4 +130,3 @@ on the fly and load the contents as Ant properties. </body> </html> - |
