[jboss-cvs] JBoss Messaging SVN: r4214 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 16 06:48:24 EDT 2008


Author: ataylor
Date: 2008-05-16 06:48:24 -0400 (Fri, 16 May 2008)
New Revision: 4214

Modified:
   trunk/build-messaging.xml
Log:
fixed missing log4j in classpath

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-05-16 10:24:44 UTC (rev 4213)
+++ trunk/build-messaging.xml	2008-05-16 10:48:24 UTC (rev 4214)
@@ -233,7 +233,7 @@
    <path id="unit.test.execution.classpath">
       <pathelement location="${test.dir}/config"/>
       <pathelement location="${test.classes.dir}"/>
-      <pathelement location="config"/>
+      <pathelement location="${src.config.dir}"/>
       <path refid="test.compilation.classpath"/>
    </path>
 




More information about the jboss-cvs-commits mailing list