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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 12 11:01:30 EDT 2010


Author: plenyi at redhat.com
Date: 2010-10-12 11:01:30 -0400 (Tue, 12 Oct 2010)
New Revision: 13831

Modified:
   branches/community/Seam_2_2/src/test/ftest/build.xml
Log:
JBQA-3275 Minor classpath fix.

Modified: branches/community/Seam_2_2/src/test/ftest/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/build.xml	2010-10-12 14:40:22 UTC (rev 13830)
+++ branches/community/Seam_2_2/src/test/ftest/build.xml	2010-10-12 15:01:30 UTC (rev 13831)
@@ -45,8 +45,7 @@
 		</fileset>
 	</path>
 
-	<!-- TODO : should the libs be in seam/lib and managed with mvn? -->
-	<taskdef name="groovy" classname="org.codehaus.groovy.ant.Groovy" classpath="../../../lib/ftest/groovy-all.jar"/>
+	<taskdef name="groovy" classname="org.codehaus.groovy.ant.Groovy" classpath="../../../lib/groovy-all.jar"/>
 
 	<target name="testall" description="Run functional testsuite based on container property">
 		<fail unless="container">Please set container property.</fail>



More information about the seam-commits mailing list