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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 12 02:42:18 EST 2008


Author: scott.stark at jboss.org
Date: 2008-11-12 02:42:18 -0500 (Wed, 12 Nov 2008)
New Revision: 80844

Modified:
   trunk/build/build.xml
Log:
JBAS-6190, include the HDScanner bean in the web profile


Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2008-11-12 07:34:57 UTC (rev 80843)
+++ trunk/build/build.xml	2008-11-12 07:42:18 UTC (rev 80844)
@@ -828,6 +828,9 @@
       <fileset dir="${project.root}/server/output/etc/conf/web">
         <include name="jmx-invoker-service.xml"/>
       </fileset>
+      <fileset dir="${project.root}/profileservice/output/resources/">
+        <include name="profileservice-hdscanner-jboss-beans.xml"/>
+      </fileset>
     </copy>
 
     <call target="jboss-all-client"/>




More information about the jboss-cvs-commits mailing list