[seam-commits] Seam SVN: r13982 - branches/community/Seam_2_2/examples.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Jan 9 17:55:46 EST 2011


Author: manaRH
Date: 2011-01-09 17:55:46 -0500 (Sun, 09 Jan 2011)
New Revision: 13982

Modified:
   branches/community/Seam_2_2/examples/build.xml
Log:
JBSEAM-4751

Modified: branches/community/Seam_2_2/examples/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/build.xml	2011-01-09 22:54:30 UTC (rev 13981)
+++ branches/community/Seam_2_2/examples/build.xml	2011-01-09 22:55:46 UTC (rev 13982)
@@ -81,7 +81,7 @@
 	<property name="eejb.conf.dir" value="${seam.dir}/bootstrap" />
 	<property name="src.schema.dir" value="${seam.dir}/src/main/org/jboss/seam" />
 	<property name="schema.version" value="${version}" />
-	<property name="testng.jar" value="${seam.dir}/lib/testng-5.6-jdk15.jar" />
+	<property name="testng.jar" value="${seam.dir}/lib/testng-jdk15.jar" />
 	<property name="testng.jvmargs" value="-Dfoo" />
 	<property name="javac.debug" value="true" />
 	<property name="javac.deprecation" value="false" />



More information about the seam-commits mailing list