+1 from me on both of Zart's suggestions.  Presently, I have resorted to 
doing this:

; in a common properties file
; list of files and directories to exclude
my.default.excludes=.svn:.svn/**

<copy todir="xxx">
  <fileset dir="zzz" excludes="${my.default.excludes}">
    <include name="*.yyy"/>
  </fileset>
</copy>

It would be really cool if patternsets could include other patternsets or if 
there was a way to ammend the default defaultexcludes.

-- 
Peter Davis
When some people discover the truth, they just can't understand why
everybody isn't eager to hear it.

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

Reply via email to