bodewig 2003/03/19 00:54:08
Modified: docs/manual/CoreTasks loadproperties.html Log: Merge fix for bug 17293 from 1.5 branch Revision Changes Path 1.5 +7 -3 ant/docs/manual/CoreTasks/loadproperties.html Index: loadproperties.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/loadproperties.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- loadproperties.html 23 Sep 2002 11:06:53 -0000 1.4 +++ loadproperties.html 19 Mar 2003 08:54:08 -0000 1.5 @@ -13,9 +13,13 @@ to <property file="..."/> except that it supports nested <filterchain> elements and it cannot be specified outside a target. - </p> +<p>If you want to simulate <a href="property.html">property</a>'s +prefix attribute, please use <a +href="../CoreTypes/filterchain.html#prefixlines">prefixlines</a> +filter.</p> + <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> <tr> @@ -46,7 +50,7 @@ <pre> <loadproperties srcFile="file.properties"> <filterchain> <<a href="../CoreTypes/filterchain.html#linecontains">linecontains</a>> - <contains value="import."/> + <contains value="import."/> </linecontains> </filterchain> </loadproperties> @@ -56,7 +60,7 @@ Ant properties. <hr> -<p align="center">Copyright © 2002 Apache Software Foundation. All rights +<p align="center">Copyright © 2002-2003 Apache Software Foundation. All rights Reserved.</p> </body>