[seam-commits] Seam SVN: r12445 - branches/community/Seam_2_2/src/test/ftest/seamgen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 13 04:51:08 EDT 2010
Author: mgencur at redhat.com
Date: 2010-04-13 04:51:07 -0400 (Tue, 13 Apr 2010)
New Revision: 12445
Modified:
branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
Log:
fixed testng import - to testng-jdk15.jar
Modified: branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml 2010-04-13 08:45:08 UTC (rev 12444)
+++ branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml 2010-04-13 08:51:07 UTC (rev 12445)
@@ -45,7 +45,7 @@
<path id="classpath.build">
<fileset dir="${root.lib.dir}">
- <include name="testng.jar"/>
+ <include name="testng-jdk15.jar"/>
</fileset>
<fileset dir="${ftest.lib.dir}" includes="**/*.jar" />
</path>
More information about the seam-commits
mailing list