[jboss-svn-commits] JBL Code SVN: r37935 - labs/jbossesb/trunk/product/services.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Mar 26 13:45:50 EDT 2012
Author: tcunning
Date: 2012-03-26 13:45:49 -0400 (Mon, 26 Mar 2012)
New Revision: 37935
Modified:
labs/jbossesb/trunk/product/services/base-project-build.xml
Log:
JBESB-3762
Add build/lib to junit path.
Modified: labs/jbossesb/trunk/product/services/base-project-build.xml
===================================================================
--- labs/jbossesb/trunk/product/services/base-project-build.xml 2012-03-26 17:45:14 UTC (rev 37934)
+++ labs/jbossesb/trunk/product/services/base-project-build.xml 2012-03-26 17:45:49 UTC (rev 37935)
@@ -45,6 +45,7 @@
<path id="base-classpath">
<pathelement location="src/test/resources"/>
+ <fileset dir="build/lib" includes="*.jar"/>
<pathelement location="build/${ant.project.name}.esb" />
<pathelement location="build/classes" />
<pathelement location="build/test/classes" />
More information about the jboss-svn-commits
mailing list