Can't believe I didn't try that. Thanks very much. --Michael
On Wednesday, October 9, 2002, at 02:25 AM, Stefan Bodewig wrote: > 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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
