Re: Complex single field configuration for mojo

2005-08-29 Thread dan tran
oh mine!! you are my hero!! Big thanks -Dan On 8/29/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > On Mon, 29 Aug 2005, dan tran wrote: > > > Hello, the maven-native-plugin needs this configuration > > > > > > > > dir1 > > > > filename1.c > > filename2.cpp

Re: Complex single field configuration for mojo

2005-08-29 Thread Kenney Westerhof
On Mon, 29 Aug 2005, dan tran wrote: > Hello, the maven-native-plugin needs this configuration > > > > dir1 > > filename1.c > filename2.cpp > > > > dir2 > > filename3.c > filename4.c > > > > > dir3

Complex single field configuration for mojo

2005-08-29 Thread dan tran
Hello, the maven-native-plugin needs this configuration dir1 filename1.c filename2.cpp dir2 filename3.c filename4.c dir3 How do I implement this using one mojo field? a pointer to som