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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 19 15:33:22 EST 2010


Author: fnasser at redhat.com
Date: 2010-01-19 15:33:22 -0500 (Tue, 19 Jan 2010)
New Revision: 99609

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 20:02:30 UTC (rev 99608)
+++ branches/EWP_5_0/build/build.xml	2010-01-19 20:33:22 UTC (rev 99609)
@@ -832,6 +832,7 @@
 
     <!-- default is not clustered, do not deploy cluster stuff -->
     <delete dir="${install.default}/deploy/cluster"/>	
+    <delete dir="${install.default}/deploy-hasingleton"/>	
     <delete file="${install.default}/lib/jgroups.jar"/>
     <delete file="${install.default}/lib/jbosscache-core.jar"/>
     <delete file="${install.default}/lib/jbosscache-pojo.jar"/>
@@ -839,7 +840,6 @@
 
     <!-- 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 -->
 
@@ -1074,7 +1074,6 @@
         <exclude name="jbosscache-core.jar"/>
         <exclude name="jbosscache-pojo.jar"/>
         <exclude name="jgroups.jar"/>
-        <exclude name="jcip-annotations.jar"/>
         <exclude name="bsf.jar"/>
         <exclude name="bsh.jar"/>
         <exclude name="jboss-iiop.jar"/>
@@ -1093,14 +1092,12 @@
     <copy todir="${install.default}">
       <fileset dir="${install.all}">
         <exclude name="data/**"/>
-        <exclude name="deploy-hasingleton/**"/>
         <exclude name="farm/**"/>
         <exclude name="lib/**"/>
         <exclude name="log/**"/>
         <exclude name="tmp/**"/>
         <exclude name="work/**"/>
         <exclude name="conf/jacorb.properties"/>
-        <exclude name="deploy/cluster/**"/>
         <exclude name="deploy/iiop-service.xml"/>
         <exclude name="deploy/deploy.last/**"/>
         <exclude name="deploy/httpha-invoker.sar/**"/>
@@ -1124,6 +1121,7 @@
       <fileset dir="${install.default}">
         <include name="conf/**"/>
         <include name="deploy/**"/>
+        <include name="deploy-hasingleton/**"/>
         <exclude name="deploy/messaging/**"/>
         <exclude name="deploy/management/**"/>
         <exclude name="deploy/sqlexception-service.xml"/>




More information about the jboss-cvs-commits mailing list