[jboss-cvs] JBossAS SVN: r99615 - branches/EWP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 19 16:18:07 EST 2010


Author: fnasser at redhat.com
Date: 2010-01-19 16:18:07 -0500 (Tue, 19 Jan 2010)
New Revision: 99615

Modified:
   branches/EWP_5_0/build/build.xml
Log:
JBPAPP-3230 - Define configuration changes for EWP (HA part)

Modified: branches/EWP_5_0/build/build.xml
===================================================================
--- branches/EWP_5_0/build/build.xml	2010-01-19 21:01:47 UTC (rev 99614)
+++ branches/EWP_5_0/build/build.xml	2010-01-19 21:18:07 UTC (rev 99615)
@@ -833,14 +833,18 @@
     <!-- default is not clustered, do not deploy cluster stuff -->
     <delete dir="${install.default}/deploy/cluster"/>	
     <delete dir="${install.default}/deploy-hasingleton"/>	
+    <delete dir="${install.default}/farm"/>	
     <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 -->
+    <!-- Nor use this config as the beans will not work -->
     <delete file="${install.default}/deployers/clustering-deployer-jboss-beans.xml"/>	
 
+    <!-- Nor use this config as it is not correct (see JBPAPP-3230) -->
+    <delete file="${install.production}/farm/cluster-examples-service.xml"/>	
+
     <!-- end delete client and deployers litter -->
 
     <!-- Change some defauls in the production config -->
@@ -1092,7 +1096,6 @@
     <copy todir="${install.default}">
       <fileset dir="${install.all}">
         <exclude name="data/**"/>
-        <exclude name="farm/**"/>
         <exclude name="lib/**"/>
         <exclude name="log/**"/>
         <exclude name="tmp/**"/>
@@ -1122,6 +1125,7 @@
         <include name="conf/**"/>
         <include name="deploy/**"/>
         <include name="deploy-hasingleton/**"/>
+        <include name="farm/**"/>
         <exclude name="deploy/messaging/**"/>
         <exclude name="deploy/management/**"/>
         <exclude name="deploy/sqlexception-service.xml"/>




More information about the jboss-cvs-commits mailing list