You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/11/28 23:45:46 UTC

svn commit: r721581 - /myfaces/core/trunk_1.2.x/impl/pom.xml

Author: lu4242
Date: Fri Nov 28 14:45:45 2008
New Revision: 721581

URL: http://svn.apache.org/viewvc?rev=721581&view=rev
Log:
activate unpack shared profile when dev is not present

Modified:
    myfaces/core/trunk_1.2.x/impl/pom.xml

Modified: myfaces/core/trunk_1.2.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/impl/pom.xml?rev=721581&r1=721580&r2=721581&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/impl/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/impl/pom.xml Fri Nov 28 14:45:45 2008
@@ -212,8 +212,7 @@
         <id>unpack-shared</id>
         <activation>
             <property>
-                <name>performRelease</name>
-                <value>true</value>
+                <name>!dev</name>
             </property>
         </activation>
         <build>