You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2010/11/23 15:31:12 UTC

svn commit: r1038136 - /myfaces/extensions/validator/trunk/pom.xml

Author: gpetracek
Date: Tue Nov 23 14:31:12 2010
New Revision: 1038136

URL: http://svn.apache.org/viewvc?rev=1038136&view=rev
Log:
build assembly via profile

Modified:
    myfaces/extensions/validator/trunk/pom.xml

Modified: myfaces/extensions/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/pom.xml?rev=1038136&r1=1038135&r2=1038136&view=diff
==============================================================================
--- myfaces/extensions/validator/trunk/pom.xml (original)
+++ myfaces/extensions/validator/trunk/pom.xml Tue Nov 23 14:31:12 2010
@@ -59,10 +59,12 @@
 
     <modules>
         <module>parent</module>
+        <module>assembly</module>
+
         <module>core</module>
         <module>validation-modules</module>
         <module>component-support</module>
-        <module>assembly</module>
+
         <!--module>test-modules</module>
         <module>examples</module-->
     </modules>