peterreilly    2003/10/30 08:04:48

  Modified:    docs/manual/CoreTasks typedef.html
  Log:
  document loading of multiple resources
  
  Revision  Changes    Path
  1.12      +6 -1      ant/docs/manual/CoreTasks/typedef.html
  
  Index: typedef.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/typedef.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- typedef.html      14 Oct 2003 09:59:19 -0000      1.11
  +++ typedef.html      30 Oct 2003 16:04:48 -0000      1.12
  @@ -73,7 +73,12 @@
     </tr>
     <tr>
       <td valign="top">resource</td>
  -    <td valign="top">Name of the resouce to load definitions from.</td>
  +    <td valign="top">
  +    Name of the resource to load definitions from.
  +    If there is multiple resources of this name in the classpath, and the
  +    format is "properties", the first resource will be loaded, otherwise
  +    all the resources will be loaded.
  +    </td>
       <td valign="top" align="center">No</td>
     </tr>
     <tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to