bodewig     2003/03/19 00:53:08

  Modified:    docs/manual/CoreTasks Tag: ANT_15_BRANCH loadproperties.html
  Log:
  Point to prefixlines filter.
  
  PR: 17293
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +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.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- loadproperties.html       23 Sep 2002 11:08:43 -0000      1.1.2.2
  +++ loadproperties.html       19 Mar 2003 08:53:08 -0000      1.1.2.3
  @@ -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>
  @@ -41,7 +45,7 @@
   <pre>    &lt;loadproperties srcFile="file.properties"&gt;
         &lt;filterchain&gt;
           &lt;<a 
href="../CoreTypes/filterchain.html#linecontains">linecontains</a>&gt;
  -          &lt;contains value="import.&quot;/&gt;
  +          &lt;contains value=&quot;import.&quot;/&gt;
           &lt;/linecontains&gt;
         &lt;/filterchain&gt;
       &lt;/loadproperties&gt;
  @@ -51,7 +55,7 @@
   Ant properties.
   <hr>
   
  -<p align="center">Copyright &copy; 2002 Apache Software Foundation. All 
rights
  +<p align="center">Copyright &copy; 2002-2003 Apache Software Foundation. All 
rights
   Reserved.</p>
   
   </body>
  
  
  

Reply via email to