On 6/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>     <fileset dir=".">
> -    <includes="*.properties"/>
> +    <includes name="*.properties"/>
>     </fileset>


I'm pretty sure that the patch needs to be "<include name...>

+    <includes name="*.properties"/>

should be

+    <include name="*.properties"/>  <!-- include without 's' -->

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

Reply via email to