[jboss-cvs] JBossAS SVN: r63620 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jun 23 02:03:46 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-06-23 02:03:46 -0400 (Sat, 23 Jun 2007)
New Revision: 63620

Modified:
   trunk/build/build.xml
Log:
Update module build order to have connector after profileservice

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2007-06-22 22:30:48 UTC (rev 63619)
+++ trunk/build/build.xml	2007-06-23 06:03:46 UTC (rev 63620)
@@ -139,17 +139,17 @@
                           jbossas/jmx-remoting,
                           messaging,
                           jbossmq,
-                          connector,
                           cluster,
                           varia,
                           iiop,
+                          aspects,
+                          profileservice,
+                          connector,
                           management,
-                          aspects,
 			  ejb3,
                           tomcat,
                           hibernate-int,
-                          console,
-                          profileservice
+                          console
                           "/>
       </group>
 




More information about the jboss-cvs-commits mailing list