You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/04/18 22:36:33 UTC

svn commit: r395032 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Tue Apr 18 13:36:32 2006
New Revision: 395032

URL: http://svn.apache.org/viewcvs?rev=395032&view=rev
Log:
disable assembly in all-modules

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/pom.xml?rev=395032&r1=395031&r2=395032&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Apr 18 13:36:32 2006
@@ -394,8 +394,13 @@
       <id>all-modules</id>
       <modules>
         <module>example</module>
-        <module>tobago-assembly</module>
         <module>contrib</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>generate-assembly</id>
+      <modules>
+        <module>tobago-assembly</module>
       </modules>
     </profile>
   </profiles>