Hehe. Well done! ;) Thanks, Pierre-Arnaud
On Wed, Oct 1, 2008 at 4:07 PM, <[EMAIL PROTECTED]> wrote: > Author: felixk > Date: Wed Oct 1 07:07:29 2008 > New Revision: 700772 > > URL: http://svn.apache.org/viewvc?rev=700772&view=rev > Log: > Don't know if this is less ugly, but at least it works in every case. > > Modified: > directory/studio/trunk/pom.xml > > Modified: directory/studio/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=700772&r1=700771&r2=700772&view=diff > > ============================================================================== > --- directory/studio/trunk/pom.xml (original) > +++ directory/studio/trunk/pom.xml Wed Oct 1 07:07:29 2008 > @@ -133,9 +133,9 @@ > <profile> > <id>build-dist-modules</id> > <activation> > - <property> > - <name>!must_stay_empty_property</name> > - </property> > + <file> > + <exists>pom.xml</exists> > + </file> > </activation> > <modules> > <module>updatesite</module> > > >
