From b53b599f52e151197392e3f60c40418aa36524fb Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Thu, 30 Oct 2003 16:04:48 +0000 Subject: [PATCH] document loading of multiple resources git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275590 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/typedef.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/typedef.html b/docs/manual/CoreTasks/typedef.html index 6b910a663..c5f3dfeb1 100644 --- a/docs/manual/CoreTasks/typedef.html +++ b/docs/manual/CoreTasks/typedef.html @@ -73,7 +73,12 @@ resource - Name of the resouce to load definitions from. + + 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. + No