From 4bfc6d0dff5b68a2f3c0ef4684b1c93408e17306 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Wed, 19 Mar 2003 08:54:08 +0000
Subject: [PATCH] Merge fix for bug 17293 from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274280 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/loadproperties.html | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/docs/manual/CoreTasks/loadproperties.html b/docs/manual/CoreTasks/loadproperties.html
index 95b800de2..81fd78d86 100644
--- a/docs/manual/CoreTasks/loadproperties.html
+++ b/docs/manual/CoreTasks/loadproperties.html
@@ -13,9 +13,13 @@ Load a file's contents as Ant properties. This is equivalent
to <property file="..."/> except that it
supports nested <filterchain> elements and it cannot be
specified outside a target.
-
+If you want to simulate property's
+prefix attribute, please use prefixlines
+filter.
+
Parameters
@@ -46,7 +50,7 @@ Load contents of file.properties as Ant properties.
<loadproperties srcFile="file.properties">
<filterchain>
<linecontains>
- <contains value="import."/>
+ <contains value="import."/>
</linecontains>
</filterchain>
</loadproperties>
@@ -56,7 +60,7 @@ from the file "file.properties" and load them as
Ant properties.
-Copyright © 2002 Apache Software Foundation. All rights
+
Copyright © 2002-2003 Apache Software Foundation. All rights
Reserved.