[jboss-cvs] JBossAS SVN: r99606 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 19 14:44:30 EST 2010


Author: fnasser at redhat.com
Date: 2010-01-19 14:44:30 -0500 (Tue, 19 Jan 2010)
New Revision: 99606

Modified:
   branches/JBPAPP_5_0/build/build.xml
Log:
JBPAPP-3230 - Define configuration changes for EWP

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2010-01-19 19:40:44 UTC (rev 99605)
+++ branches/JBPAPP_5_0/build/build.xml	2010-01-19 19:44:30 UTC (rev 99606)
@@ -800,11 +800,6 @@
       </fileset>
     </copy>
           
-    <!-- production is clustered, default is not -->
-    <copy verbose="true" overwrite="true" 
-          tofile="${install.default}/deployers/clustering-deployer-jboss-beans.xml"
-          file="${project.root}/cluster/output/etc/clustering-deployer-jboss-beans-non-clustered.xml"/>
-
     <!-- move production config files to the names that are used -->
     <move file="${install.production}/conf/jboss-log4j-production.xml" tofile="${install.production}/conf/jboss-log4j.xml"/>
     <move file="${install.production}/deploy/jca-jboss-beans-production.xml" tofile="${install.production}/deploy/jca-jboss-beans.xml"/>
@@ -835,6 +830,17 @@
     <delete dir="${install.default}/deployers/bsh.deployer"/>	
     <delete dir="${install.production}/deployers/bsh.deployer"/>	
 
+    <!-- default is not clustered, do not deploy cluster stuff -->
+    <delete dir="${install.default}/deploy/cluster"/>	
+    <delete file="${install.default}/lib/jgroups.jar"/>
+    <delete file="${install.default}/lib/jbosscache-core.jar"/>
+    <delete file="${install.default}/lib/jbosscache-pojo.jar"/>
+    <delete file="${install.default}/lib/hibernate-jbosscache2.jar"/>
+
+    <!-- Nor use this config as the beanns will not work -->
+    <delete file="${install.default}/deployers/clustering-deployer-jboss-beans.xml"/>	
+    <delete file="${install.production}/deployers/clustering-deployer-jboss-beans.xml"/>	
+
     <!-- end delete client and deployers litter -->
 
     <!-- Change some defauls in the production config -->




More information about the jboss-cvs-commits mailing list