[seam-commits] Seam SVN: r10549 - branches/enterprise/JBPAPP_4_3_FP01/examples.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 21 09:12:21 EDT 2009
Author: manaRH
Date: 2009-04-21 09:12:21 -0400 (Tue, 21 Apr 2009)
New Revision: 10549
Modified:
branches/enterprise/JBPAPP_4_3_FP01/examples/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/examples/build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml 2009-04-21 13:02:46 UTC (rev 10548)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml 2009-04-21 13:12:21 UTC (rev 10549)
@@ -30,7 +30,7 @@
<property name="example.ds" value="${example.name}-ds.xml" />
<!-- Deployment directories -->
- <property name="deploy.dir" value="${jboss.home}/server/production/deploy" />
+ <property name="deploy.dir" value="${jboss.home}/server/${server.profile}/deploy" />
<property name="tomcat.deploy.dir" value="${tomcat.home}/webapps" />
<property name="farm.deploy.dir" value="${jboss.home}/server/all/farm" />
<property name="conf.dir" value="${jboss.home}/server/production/conf" />
More information about the seam-commits
mailing list