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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jan 13 03:21:20 EST 2010


Author: mgencur at redhat.com
Date: 2010-01-13 03:21:20 -0500 (Wed, 13 Jan 2010)
New Revision: 11948

Modified:
   branches/community/Seam_2_2/src/test/ftest/examples/build.xml
Log:
JBSEAM-4518 the test now only needs jboss5.home to be set

Modified: branches/community/Seam_2_2/src/test/ftest/examples/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/build.xml	2010-01-13 08:19:34 UTC (rev 11947)
+++ branches/community/Seam_2_2/src/test/ftest/examples/build.xml	2010-01-13 08:21:20 UTC (rev 11948)
@@ -136,7 +136,7 @@
 			<sysproperty key="openid.account" value="${openid.account}" />
 			<sysproperty key="openid.password" value="${openid.password}" />
 			<sysproperty key="seam.dir" value="${seam.dir}" />
-			<sysproperty key="jboss.home" value="${jboss.home}" />
+			<sysproperty key="jboss.home" value="${container.home}" />
 		</testng>
 	</target>
 



More information about the seam-commits mailing list