Oops. I must have missed something. I thought the maven.xml was hand-coded and not generated. Sorry. I was actually trying to understand the new structure and thought I had spotted an error ... :-)
Promise, I won't touch till you say it's ok. -Vincent > -----Original Message----- > From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > Sent: 14 July 2002 21:40 > To: Turbine Maven Developers List > Subject: Re: cvs commit: jakarta-turbine-maven/src/plugins- > build/changelogmaven.xml > > On Sun, 2002-07-14 at 16:35, [EMAIL PROTECTED] wrote: > > vmassol 2002/07/14 13:35:23 > > > > Modified: src/plugins-build/changelog maven.xml > > Log: > > use property instead of hard-coded value > > Can you leave these alone for a while, I'm generating them at the > moment. > > > Revision Changes Path > > 1.3 +1 -1 jakarta-turbine-maven/src/plugins- > build/changelog/maven.xml > > > > Index: maven.xml > > =================================================================== > > RCS file: /home/cvs/jakarta-turbine-maven/src/plugins- > build/changelog/maven.xml,v > > retrieving revision 1.2 > > retrieving revision 1.3 > > diff -u -r1.2 -r1.3 > > --- maven.xml 14 Jul 2002 19:40:29 -0000 1.2 > > +++ maven.xml 14 Jul 2002 20:35:23 -0000 1.3 > > @@ -11,7 +11,7 @@ > > > > <property name="assemblyDir" value="target/assemblyDir"/> > > > > - <mkdir dir="target/assemblyDir"/> > > + <mkdir dir="${assemblyDir}"/> > > > > <copy todir="${assemblyDir}" flatten="true"> > > <fileset dir="."> > > > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:turbine-maven-dev- > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:turbine-maven-dev- > [EMAIL PROTECTED]> > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://tambora.zenplex.org > > In short, man creates for himself a new religion of a rational > and technical order to justify his work and to be justified in it. > > -- Jacques Ellul, The Technological Society > > > -- > To unsubscribe, e-mail: <mailto:turbine-maven-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-maven-dev- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
