[jboss-svn-commits] JBL Code SVN: r13420 - labs/jbossesb/trunk/product/rosetta/tests.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jul 12 15:24:33 EDT 2007


Author: beve
Date: 2007-07-12 15:24:33 -0400 (Thu, 12 Jul 2007)
New Revision: 13420

Modified:
   labs/jbossesb/trunk/product/rosetta/tests/build.xml
Log:
added the c3p jar to the integrations test targets classpath

Modified: labs/jbossesb/trunk/product/rosetta/tests/build.xml
===================================================================
--- labs/jbossesb/trunk/product/rosetta/tests/build.xml	2007-07-12 19:23:36 UTC (rev 13419)
+++ labs/jbossesb/trunk/product/rosetta/tests/build.xml	2007-07-12 19:24:33 UTC (rev 13420)
@@ -207,6 +207,9 @@
 	                <pathelement location="${org.jboss.esb.tests.classes.dir}"/>
 	            	<!-- Need the tests src folder because there may be non-compiled test resources -->
 	                <pathelement location="${org.jboss.esb.module.tests.src.dir}"/>
+					<fileset dir="${org.jboss.esb.ext.lib.dir}/standalone">
+						<include name="*.jar"/>
+					</fileset>
 	                <path refid="org.jboss.esb.tests.base.classpath"/>
 	            </classpath>
 				<!-- emma jvm args -->




More information about the jboss-svn-commits mailing list