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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Sep 29 10:14:01 EDT 2009


Author: mgencur at redhat.com
Date: 2009-09-29 10:14:01 -0400 (Tue, 29 Sep 2009)
New Revision: 11521

Modified:
   branches/community/Seam_2_2/src/test/ftest/build.xml
   branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
Log:
JBSEAM-4430 TestNG downloaded to lib dir from now

Modified: branches/community/Seam_2_2/src/test/ftest/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/build.xml	2009-09-29 13:05:50 UTC (rev 11520)
+++ branches/community/Seam_2_2/src/test/ftest/build.xml	2009-09-29 14:14:01 UTC (rev 11521)
@@ -284,6 +284,7 @@
 				<exclusion groupId="org.codehaus.groovy.maven.runtime" artifactId="gmaven-runtime-default"/>
 			</dependency>
 			<dependency groupId="org.jboss.test" artifactId="jboss-test" version="1.1.0.GA"/>
+			<dependency groupId="org.testng" artifactId="testng" version="5.9"/>
 		</copyInlineDependencies>
 	</target>
 	

Modified: branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml	2009-09-29 13:05:50 UTC (rev 11520)
+++ branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml	2009-09-29 14:14:01 UTC (rev 11521)
@@ -44,7 +44,6 @@
 
 	<path id="classpath.build">
 		<fileset dir="${ftest.lib.dir}" includes="**/*.jar" />
-		<fileset dir="${root.lib.dir}" includes="testng.jar" />
 	</path>
 
 	<path id="classpath.test">
@@ -73,6 +72,7 @@
 			</dependency>
 			<dependency groupId="org.apache.ant" artifactId="ant" version="1.7.0"/>
 			<dependency groupId="org.apache.ant" artifactId="ant-launcher" version="1.7.0"/>
+			<dependency groupId="org.testng" artifactId="testng" version="5.9"/>
 		</copyInlineDependencies>
 	</target>
 



More information about the seam-commits mailing list