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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 7 09:46:09 EST 2010


Author: fnasser at redhat.com
Date: 2010-01-07 09:46:09 -0500 (Thu, 07 Jan 2010)
New Revision: 99118

Modified:
   branches/JBPAPP_5_0/build/build.xml
Log:
Make the same config changes done for EAP production config to the EWP production one

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2010-01-07 14:40:46 UTC (rev 99117)
+++ branches/JBPAPP_5_0/build/build.xml	2010-01-07 14:46:09 UTC (rev 99118)
@@ -805,6 +805,27 @@
           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"/>
+    <move file="${install.production}/deploy/hdscanner-jboss-beans-production.xml" tofile="${install.production}/deploy/hdscanner-jboss-beans.xml"/>
+    <move file="${install.production}/conf/jboss-service-production.xml" tofile="${install.production}/conf/jboss-service.xml"/>
+
+    <!-- delete production litter -->
+    <delete file="${install.production}/conf/jboss-log4j-production.xml"/>
+    <delete file="${install.default}/conf/jboss-log4j-production.xml"/>
+
+    <delete file="${install.production}/deploy/jca-jboss-beans-production.xml"/>	
+    <delete file="${install.default}/deploy/jca-jboss-beans-production.xml"/>	
+
+    <delete file="${install.production}/deploy/hdscanner-jboss-beans-production.xml"/>	
+    <delete file="${install.default}/deploy/hdscanner-jboss-beans-production.xml"/>	
+
+    <delete file="${install.production}/conf/jboss-service-production.xml"/>
+    <delete file="${install.default}/conf/jboss-service-production.xml"/>	
+
+    <!-- end delete production litter -->
+
   </target>
 
   <!-- Partition the default single configuration build into a minimal,
@@ -1020,7 +1041,7 @@
   <!-- Partition the default single configuration build into a
   default and production configs with a minimal set of jars in the root lib dir.
   Note that the EWP default config corresponds to the EAP web config.
-  The EWP production config is a clustering version of the default one.
+  The EWP production config is clustered while the default one is not.
   -->
   <target name="partition-community-ewp" depends="init" if="build.ewp">
 
@@ -1059,7 +1080,6 @@
         <exclude name="tmp/**"/>
         <exclude name="work/**"/>
         <exclude name="conf/jacorb.properties"/>
-        <exclude name="conf/jboss-log4j-production.xml"/>
         <exclude name="deploy/cluster/**"/>
         <exclude name="deploy/iiop-service.xml"/>
         <exclude name="deploy/deploy.last/**"/>




More information about the jboss-cvs-commits mailing list