RE: Suggested Eclipse Plugin Extension

2004-05-12 Thread Kristopher Brown
en Users List > Subject: RE: Suggested Eclipse Plugin Extension > > Maczka Michal wrote on Wednesday, May 12, 2004 5:12 PM: > > Isn't it just much simpler to keep .project .classpath files > > in the CVS. > > .project file is even not changing that often (to

RE: Suggested Eclipse Plugin Extension

2004-05-12 Thread Jörg Schaible
Maczka Michal wrote on Wednesday, May 12, 2004 5:12 PM: > Isn't it just much simpler to keep .project .classpath files > in the CVS. > .project file is even not changing that often (to my knowlegde almost > never). Well, keeping the dependencies in sync is pain, but you're basically right, the pl

Re: Suggested Eclipse Plugin Extension

2004-05-12 Thread M.-Leander Reimer
Hi Michal, I agree that keeping .project in CVS is much simpler in many situtations. But I guess I am too lazy to adjust my the classpath everytime my dependencies change or the project layout changes and I prefer the easier way of generating these files whenever I need to. I think both ways o

RE: Suggested Eclipse Plugin Extension

2004-05-12 Thread Maczka Michal
> -Original Message- > From: M.-Leander Reimer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 12, 2004 4:59 PM > To: Maven Users List > Subject: Suggested Eclipse Plugin Extension > > > Hi there, > > I just got the source for the Eclipse plugin from CVS and discovered > that I can a