[jboss-svn-commits] JBL Code SVN: r12335 - labs/jbossesb/trunk/product/core/listeners/tests.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jun 5 10:30:08 EDT 2007
Author: tfennelly
Date: 2007-06-05 10:30:08 -0400 (Tue, 05 Jun 2007)
New Revision: 12335
Modified:
labs/jbossesb/trunk/product/core/listeners/tests/build.xml
Log:
Still trying to get the jboss-esb config xsd into the classpath... grrrr
Modified: labs/jbossesb/trunk/product/core/listeners/tests/build.xml
===================================================================
--- labs/jbossesb/trunk/product/core/listeners/tests/build.xml 2007-06-05 14:24:40 UTC (rev 12334)
+++ labs/jbossesb/trunk/product/core/listeners/tests/build.xml 2007-06-05 14:30:08 UTC (rev 12335)
@@ -38,7 +38,7 @@
<pathelement location="${gendir}/classes"/>
<pathelement location="${org.jboss.esb.module.classes.dir}"/>
<pathelement location="${org.jboss.esb.module.tests.conf.dir}"/>
- <pathelement location="${build.dir}/jbossesb/xml"/>
+ <pathelement location="${org.jboss.esb.root.dir}/etc/schemas/xml"/>
<!--
<fileset dir="${org.jboss.esb.ext.lib.dir}"
includes="activation.jar jbossall-client.jar log4j.jar mail.jar junit.jar emma.jar emma_ant.jar"/>
More information about the jboss-svn-commits
mailing list