No reason - just wanted to get it to compile so added 1.5 without thinking. Can move to Ant 1.5.1 or the new 1.5.2 as and when required. Its only used to compile a Task right now.
James ------- http://radio.weblogs.com/0112098/ ----- Original Message ----- From: "Peter Lynch" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 6:18 AM Subject: Re: cvs commit: jakarta-commons/modeler project.xml > Why not Ant 1.5.1? > > -Peter > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 29, 2003 3:40 AM > Subject: cvs commit: jakarta-commons/modeler project.xml > > > > jstrachan 2003/01/29 03:40:40 > > > > Modified: modeler project.xml > > Log: > > Added Ant dependency so the build works with Maven > > > > Revision Changes Path > > 1.3 +5 -0 jakarta-commons/modeler/project.xml > > > > Index: project.xml > > =================================================================== > > RCS file: /home/cvs/jakarta-commons/modeler/project.xml,v > > retrieving revision 1.2 > > retrieving revision 1.3 > > diff -u -r1.2 -r1.3 > > --- project.xml 25 Jul 2002 02:36:46 -0000 1.2 > > +++ project.xml 29 Jan 2003 11:40:40 -0000 1.3 > > @@ -64,6 +64,11 @@ > > <version>3.7</version> > > </dependency> > > > > + <dependency> > > + <id>ant</id> > > + <version>1.5</version> > > + </dependency> > > + > > </dependencies> > > > > </project> > > > > > > > > > > --------------------------------------------------------------------- > > 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] > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
