You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/10/01 16:07:30 UTC

svn commit: r700772 - /directory/studio/trunk/pom.xml

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>



Re: svn commit: r700772 - /directory/studio/trunk/pom.xml

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Hehe. Well done! ;)

Thanks,
Pierre-Arnaud

On Wed, Oct 1, 2008 at 4:07 PM, <fe...@apache.org> 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>
>
>
>