On Tue, 8 Oct 2002, Michael Molloy <[EMAIL PROTECTED]> wrote: > excludes="db/*"
would exclude everything that is directly in db - but not the stuff that might be in subdirectories of db, which may in turn bring the db directory itself into your war. I think you are looking for db/** Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
