[seam-commits] Seam SVN: r13621 - branches/community/Seam_2_2/src/test/ftest/examples/hibernate.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Aug 20 06:50:41 EDT 2010


Author: jharting
Date: 2010-08-20 06:50:41 -0400 (Fri, 20 Aug 2010)
New Revision: 13621

Modified:
   branches/community/Seam_2_2/src/test/ftest/examples/hibernate/build.xml
Log:
JBSEAM-4571 use the jboss42 target in functional tests.

Modified: branches/community/Seam_2_2/src/test/ftest/examples/hibernate/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/hibernate/build.xml	2010-08-20 10:05:28 UTC (rev 13620)
+++ branches/community/Seam_2_2/src/test/ftest/examples/hibernate/build.xml	2010-08-20 10:50:41 UTC (rev 13621)
@@ -22,8 +22,9 @@
 -->
 <project name="hibernate.ftest.build" basedir="." default="build">
 	<property name="example.name" value="hibernate" />
-	<property name="jboss4.deploy.target" value="jboss" />
+	<property name="jboss4.deploy.target" value="jboss42" />
 	<property name="jboss4.undeploy.target" value="jboss.undeploy" />
+	<property name="jboss5.deploy.target" value="jboss" />
 	<property name="jboss-embedded.deploy.target" value="jboss-embedded" />
 	<property name="jboss-embedded.undeploy.target" value="jboss-embedded.undeploy" />
 	<property name="jboss4.context.path" value="/jboss-seam-hibernate" />



More information about the seam-commits mailing list