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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 2 17:20:54 EST 2007


Author: scott.stark at jboss.org
Date: 2007-02-02 17:20:54 -0500 (Fri, 02 Feb 2007)
New Revision: 60224

Modified:
   trunk/build/build.xml
Log:
Move embedded to the optional group

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2007-02-02 22:14:48 UTC (rev 60223)
+++ trunk/build/build.xml	2007-02-02 22:20:54 UTC (rev 60224)
@@ -151,12 +151,13 @@
                           tomcat,
                           hibernate-int,
                           console,
-                          profileservice,
-                          embedded
+                          profileservice
                           "/>
       </group>
 
       <group name="optional">
+         <include modules="embedded
+            "/>
       </group>
 
       <!-- Module group sets -->




More information about the jboss-cvs-commits mailing list