Hi,

the syntax for include/exclude patterns is inherited from
ant and is explained here [1].

-Tim

[1] http://ant.apache.org/manual/dirtasks.html#patterns

Kram schrieb:
Hi Tim,

Thanks for the help, I will try that and let you know, I thought i might
just ask though, what is the difference between the single * and the double
**.

Thanks


Tim Kettler wrote:
This should work:

<resource>
   <directory>webapp</directory>
   <excludes>
     <exclude>*</exclude>
   </excludes>
   <includes>
     <include>*/tiles/**</include>
   </includes>
</resource>

-Tim




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

Reply via email to