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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 12 03:27:53 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-12 03:27:51 -0500 (Fri, 12 Jan 2007)
New Revision: 59590

Modified:
   trunk/build/build.xml
Log:
Add the profileservice module

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2007-01-12 07:39:35 UTC (rev 59589)
+++ trunk/build/build.xml	2007-01-12 08:27:51 UTC (rev 59590)
@@ -102,6 +102,7 @@
       <module name="jbossas/remoting"/>
       <module name="jmx-remoting"/>
       <module name="jbossas/jmx-remoting"/>
+      <module name="profileservice"/>
       <module name="server"/>
       <module name="spring-int"/>
       <module name="system"/>
@@ -148,7 +149,8 @@
 			  ejb3,
                           tomcat,
                           hibernate-int,
-                          console
+                          console,
+                          profileservice
                           "/>
       </group>
 




More information about the jboss-cvs-commits mailing list