[jboss-svn-commits] JBL Code SVN: r7671 - in labs/jbossesb/trunk: product/core/services/tests product/samples/trailblazer2 qa/junit
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Nov 16 17:02:11 EST 2006
Author: kurt.stam at jboss.com
Date: 2006-11-16 17:02:09 -0500 (Thu, 16 Nov 2006)
New Revision: 7671
Modified:
labs/jbossesb/trunk/product/core/services/tests/build.xml
labs/jbossesb/trunk/product/samples/trailblazer2/build.xml
labs/jbossesb/trunk/qa/junit/build.xml
Log:
making sure our scout and juddi jars come first
Modified: labs/jbossesb/trunk/product/core/services/tests/build.xml
===================================================================
--- labs/jbossesb/trunk/product/core/services/tests/build.xml 2006-11-16 21:28:04 UTC (rev 7670)
+++ labs/jbossesb/trunk/product/core/services/tests/build.xml 2006-11-16 22:02:09 UTC (rev 7671)
@@ -21,7 +21,9 @@
<equals arg1="${org.jboss.esb.frominstall}" arg2="yes"/>
</condition>
- <path id="org.jboss.esb.tests.base.classpath">
+ <path id="org.jboss.esb.tests.base.classpath">
+ <fileset dir="../${org.jboss.esb.ext.lib.dir}"
+ excludes="*.jar" includes="jaxr-api-1.0.jar,scout-0.7rc2-embedded.jar,juddi-embedded.jar"/>
<fileset dir="../${org.jboss.esb.ext.lib.dir}"
includes="*.jar" excludes="jbossall-client.jar"/>
<pathelement location="${basedir}/../rules"/>
Modified: labs/jbossesb/trunk/product/samples/trailblazer2/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/trailblazer2/build.xml 2006-11-16 21:28:04 UTC (rev 7670)
+++ labs/jbossesb/trunk/product/samples/trailblazer2/build.xml 2006-11-16 22:02:09 UTC (rev 7671)
@@ -58,6 +58,8 @@
<!-- classpath -->
<path id="org.jboss.esb.samples.trailblazer.esb.classpath">
+ <fileset dir="${org.jboss.esb.samples.trailblazer.esb.lib.dir}/ext"
+ excludes="*.jar" includes="jaxr-api-1.0.jar,scout-0.7rc2-embedded.jar,juddi-embedded.jar"/>
<fileset dir="${org.jboss.esb.samples.trailblazer.esb.lib.dir}/ext" includes="*.jar"/>
<fileset dir="${org.jboss.soa.samples.trailblazer.jboss_home}/client" includes="jbossall-client.jar jbossws-client.jar mail.jar"/>
<fileset dir="${org.jboss.soa.samples.trailblazer.esb_home}/build/dist/lib" includes="*.jar"/>
Modified: labs/jbossesb/trunk/qa/junit/build.xml
===================================================================
--- labs/jbossesb/trunk/qa/junit/build.xml 2006-11-16 21:28:04 UTC (rev 7670)
+++ labs/jbossesb/trunk/qa/junit/build.xml 2006-11-16 22:02:09 UTC (rev 7671)
@@ -14,6 +14,8 @@
<path id="base.cp">
<fileset dir="${qa.lib}/ext" includes="*.jar" />
+ <fileset dir="${build.lib}/ext"
+ excludes="*.jar" includes="jaxr-api-1.0.jar,scout-0.7rc2-embedded.jar,juddi-embedded.jar"/>
<fileset dir="${build.lib}/ext" includes="*.jar" />
<fileset dir="${build.lib}/ext/ejb3" includes="*.jar" />
<pathelement location="../" />
More information about the jboss-svn-commits
mailing list