Also, isn't CVS a special magic directory that is excluded by default?

Or is that only in Ant land?

Quoting Brett Porter <[EMAIL PROTECTED]>:

> actually, **/target/**
> 
> **/target/* will probably just exclude the files in the first
> firectory, where /** will get all subdirectories.
> 
> **/target* would exclude the files .../target, .../targetfoo,
> .../targeted but not the target directory.
> 
> On Wed, 1 Sep 2004 09:51:31 +1000, Dion Gillard <[EMAIL PROTECTED]>
> wrote:
> > Trry **/target/*
> > 
> > On Tue, 31 Aug 2004 05:06:32 -0700 (PDT), jeff mutonho
> > 
> > 
> > <[EMAIL PROTECTED]> wrote:
> > > why isn't the "target" directory being exlcuded but the "CVS" is
> > > in the following
> > >
> > > <includes>
> > >           <includes>
> > >           <include>**/*.mdx</include>
> > >           <include>**/.ser*</include>
> > >           <include>META-INF/**</include>
> > >         </includes>
> > >         </includes>
> > >        <excludes>
> > >            <exclude>**/CVS*</exclude>
> > >            <exclude>**/*.xml</exclude>
> > >            <exclude>**/target*</exclude>
> > >        </excludes>
> > >
> > > jeff mutonho
> > >
> > >
> > > ---------------------------------
> > > Do you Yahoo!?
> > > New and Improved Yahoo! Mail - 100MB free storage!
> > 
> > 
> > --
> > http://www.multitask.com.au/people/dion/
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 




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

Reply via email to