[seam-commits] Seam SVN: r13717 - in branches/community/Seam_2_2/src/test/ftest/examples: spring and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Sep 3 07:43:41 EDT 2010


Author: jharting
Date: 2010-09-03 07:43:41 -0400 (Fri, 03 Sep 2010)
New Revision: 13717

Modified:
   branches/community/Seam_2_2/src/test/ftest/examples/blog/build.xml
   branches/community/Seam_2_2/src/test/ftest/examples/spring/build.xml
Log:
Use new jboss42 ant targets properly in ftests

Modified: branches/community/Seam_2_2/src/test/ftest/examples/blog/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/blog/build.xml	2010-09-03 03:53:49 UTC (rev 13716)
+++ branches/community/Seam_2_2/src/test/ftest/examples/blog/build.xml	2010-09-03 11:43:41 UTC (rev 13717)
@@ -23,6 +23,8 @@
 <project name="blog.ftest.build" basedir="." default="build">
 	<property name="example.name" value="blog" />
 	<property name="jboss4.deploy.target" value="jboss42" />
+	<property name="jboss5.deploy.target" value="deploy" />
+	
 
 	<import file="../build.xml" />
 </project>

Modified: branches/community/Seam_2_2/src/test/ftest/examples/spring/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/spring/build.xml	2010-09-03 03:53:49 UTC (rev 13716)
+++ branches/community/Seam_2_2/src/test/ftest/examples/spring/build.xml	2010-09-03 11:43:41 UTC (rev 13717)
@@ -25,6 +25,7 @@
 	<property name="jboss4.deploy.target" value="jboss42" />
 	<property name="jboss4.undeploy.target" value="jbosswar.undeploy" />
 	<property name="jboss4.context.path" value="/jboss-seam-spring" />
+	<property name="jboss5.deploy.target" value="jbosswar" />
 
 	<import file="../build.xml" />
 </project>



More information about the seam-commits mailing list