Browse Source

document loading of multiple resources

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275590 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
b53b599f52
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      docs/manual/CoreTasks/typedef.html

+ 6
- 1
docs/manual/CoreTasks/typedef.html View File

@@ -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>


Loading…
Cancel
Save