[seam-commits] Seam SVN: r10433 - branches/enterprise/JBPAPP_4_3_FP01/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Apr 16 09:47:46 EDT 2009


Author: manaRH
Date: 2009-04-16 09:47:45 -0400 (Thu, 16 Apr 2009)
New Revision: 10433

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml
Log:
enhanced switching of server profile through command line. Added server.profile property for this purposes.

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml	2009-04-16 13:46:59 UTC (rev 10432)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml	2009-04-16 13:47:45 UTC (rev 10433)
@@ -20,6 +20,7 @@
 	<property name="tmp.dir" value="${seam.dir}/classes" />
 	<property name="lib.dir" value="${seam.dir}/lib" />
 	<property name="endorsed.dir" value="${tmp.dir}/endorsed" />
+	<property name="server.profile" value="production" />
 	
 	<property name="maven.settings.xml" location="${build.dir}/settings.xml" />
   




More information about the seam-commits mailing list