[seam-commits] Seam SVN: r11168 - tags/JBoss_Seam_2_2_0_CR1.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jun 16 15:54:48 EDT 2009


Author: norman.richards at jboss.com
Date: 2009-06-16 15:54:48 -0400 (Tue, 16 Jun 2009)
New Revision: 11168

Modified:
   tags/JBoss_Seam_2_2_0_CR1/build.xml
Log:
merge 11167

Modified: tags/JBoss_Seam_2_2_0_CR1/build.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_CR1/build.xml	2009-06-16 19:36:51 UTC (rev 11167)
+++ tags/JBoss_Seam_2_2_0_CR1/build.xml	2009-06-16 19:54:48 UTC (rev 11168)
@@ -827,6 +827,9 @@
    </target>
 
 	<target name="unittestcore" depends="inittestcore,compiletest,getemma">
+      <inlineDependencies scope="test" id="thirdparty-hibernate">
+         <dependency groupId="org.jboss.seam.embedded" artifactId="thirdparty-all" version="${embedded.version}" />
+      </inlineDependencies>
 		<taskdef resource="testngtasks" classpathref="test.core.path" />
 		<testng outputdir="${test.dir}">
 			<jvmarg value="-Demma.coverage.out.file=${coverage.ec}" />
@@ -838,7 +841,7 @@
 				<path refid="test.core.path" />
 				<pathelement location="${lib.dir}/jboss-seam-remoting.jar" />
 				<!-- this is added because of conflicts with commons-logging which comes with richfaces-->
-				<pathelement location="${lib.dir}/test/thirdparty-all.jar" />
+				<path refid="test.thirdparty-hibernate.path" />
 			</classpath>
 			<xmlfileset dir="${classes.test.dir}" includes="**/testng.xml" />
 		</testng>




More information about the seam-commits mailing list