[jboss-cvs] JBoss Messaging SVN: r1495 - branches/Branch_HTTP_Experiment/tests

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 18 03:56:20 EDT 2006


Author: ron_sigal
Date: 2006-10-18 03:56:19 -0400 (Wed, 18 Oct 2006)
New Revision: 1495

Modified:
   branches/Branch_HTTP_Experiment/tests/build.xml
Log:
JBMESSAGING-207: Added apache.tomcat.classpath and apache.logging.classpath to test.execution.classpath.

Modified: branches/Branch_HTTP_Experiment/tests/build.xml
===================================================================
--- branches/Branch_HTTP_Experiment/tests/build.xml	2006-10-18 07:54:17 UTC (rev 1494)
+++ branches/Branch_HTTP_Experiment/tests/build.xml	2006-10-18 07:56:19 UTC (rev 1495)
@@ -180,6 +180,8 @@
       <path refid="mysql.jdbc.driver.classpath"/>
       <path refid="oracle.jdbc.driver.classpath"/>
       <path refid="postgres.jdbc.driver.classpath"/>
+      <path refid="apache.tomcat.classpath"/>
+   	  <path refid="apache.logging.classpath"/>
    </path>
 
    <path id="stress.test.execution.classpath">




More information about the jboss-cvs-commits mailing list