peterreilly    2003/07/02 07:25:59

  Modified:    docs/manual/CoreTasks loadproperties.html
  Log:
  Remove "outside of target" as this restriction is not
  the case for ant 1.6.
  
  Revision  Changes    Path
  1.6       +1 -2      ant/docs/manual/CoreTasks/loadproperties.html
  
  Index: loadproperties.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/loadproperties.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- loadproperties.html       19 Mar 2003 08:54:08 -0000      1.5
  +++ loadproperties.html       2 Jul 2003 14:25:59 -0000       1.6
  @@ -11,8 +11,7 @@
   <p>
   Load a file's contents as Ant properties.  This is equivalent
   to &lt;property file=&quot;...&quot;/&gt; except that it
  -supports nested &lt;filterchain&gt; elements and it cannot be
  -specified outside a target.
  +supports nested &lt;filterchain&gt; elements.
   </p>
   
   <p>If you want to simulate <a href="property.html">property</a>'s
  
  
  
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to