[jboss-cvs] JBossAS SVN: r76200 - branches/JBPAPP_4_3_0_GA_CC/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 24 17:38:24 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-07-24 17:38:23 -0400 (Thu, 24 Jul 2008)
New Revision: 76200

Modified:
   branches/JBPAPP_4_3_0_GA_CC/build/build.xml
Log:
heap settings for cc

Modified: branches/JBPAPP_4_3_0_GA_CC/build/build.xml
===================================================================
--- branches/JBPAPP_4_3_0_GA_CC/build/build.xml	2008-07-24 21:38:06 UTC (rev 76199)
+++ branches/JBPAPP_4_3_0_GA_CC/build/build.xml	2008-07-24 21:38:23 UTC (rev 76200)
@@ -953,6 +953,11 @@
          <property name="config.dir" value="${install.production}" />
      </ant>
 
+     <ant antfile="build.xml" target="updateConfigFiles">
+         <property name="config.type" value="prod" />
+         <property name="config.dir" value="${install.cc}" />
+     </ant>
+
       
   </target>
 




More information about the jboss-cvs-commits mailing list