On Tue, 2002-03-26 at 16:48, [EMAIL PROTECTED] wrote: > kschrader 02/03/26 13:48:15 > > Modified: . project.xml > Log: > > > Revision Changes Path > 1.42 +1 -1 jakarta-turbine-maven/project.xml > > Index: project.xml > =================================================================== > RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v > retrieving revision 1.41 > retrieving revision 1.42 > diff -u -r1.41 -r1.42 > --- project.xml 26 Mar 2002 20:23:40 -0000 1.41 > +++ project.xml 26 Mar 2002 21:48:15 -0000 1.42 > @@ -2,7 +2,7 @@ > <project> > > <name>jakarta-turbine-maven</name> > - <id>maven</id> > + <id>Maven</id>
The <id> is used as an identifier it's not the display name. It is also used in the jar name being produced so it will throw off the build. I'll put it back. > <currentVersion>1.0-b2-dev</currentVersion> > <organization>Apache Software Foundation</organization> > <inceptionYear>2001</inceptionYear> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
