[seam-commits] Seam SVN: r14202 - branches/community/Seam_2_3/jboss-seam-parent.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Sep 26 11:54:04 EDT 2011


Author: manaRH
Date: 2011-09-26 11:54:04 -0400 (Mon, 26 Sep 2011)
New Revision: 14202

Modified:
   branches/community/Seam_2_3/jboss-seam-parent/pom.xml
Log:
changed order of modules in distribution profile

Modified: branches/community/Seam_2_3/jboss-seam-parent/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-parent/pom.xml	2011-09-26 15:53:50 UTC (rev 14201)
+++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml	2011-09-26 15:54:04 UTC (rev 14202)
@@ -1835,9 +1835,9 @@
 	   <profile>
            <id>distribution</id>
            <modules>
-               <module>../distribution</module>
                <module>../examples</module>
                <module>../seam-reference-guide</module>
+               <module>../distribution</module>
            </modules>
            <build>
            	<plugins>



More information about the seam-commits mailing list