[seam-commits] Seam SVN: r10814 - branches/enterprise/JBPAPP_4_3_FP01/examples.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 6 04:44:30 EDT 2009


Author: manaRH
Date: 2009-05-06 04:44:30 -0400 (Wed, 06 May 2009)
New Revision: 10814

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml
Log:
fixed server.profile to jboss.domain property

Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml	2009-05-06 06:46:19 UTC (rev 10813)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml	2009-05-06 08:44:30 UTC (rev 10814)
@@ -30,7 +30,7 @@
 	<property name="example.ds" value="${example.name}-ds.xml" />
 
 	<!-- Deployment directories -->
-	<property name="deploy.dir" value="${jboss.home}/server/${server.profile}/deploy" />
+	<property name="deploy.dir" value="${jboss.home}/server/${jboss.domain}/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