[jboss-svn-commits] JBL Code SVN: r35307 - labs/jbossesb/branches/JBESB_4_9_CP/product/services/soap.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Sep 27 06:49:56 EDT 2010
Author: kevin.conner at jboss.com
Date: 2010-09-27 06:49:56 -0400 (Mon, 27 Sep 2010)
New Revision: 35307
Modified:
labs/jbossesb/branches/JBESB_4_9_CP/product/services/soap/build.xml
Log:
Initialise exec.classpath: JBESB-3488
Modified: labs/jbossesb/branches/JBESB_4_9_CP/product/services/soap/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_9_CP/product/services/soap/build.xml 2010-09-27 07:29:34 UTC (rev 35306)
+++ labs/jbossesb/branches/JBESB_4_9_CP/product/services/soap/build.xml 2010-09-27 10:49:56 UTC (rev 35307)
@@ -51,6 +51,9 @@
<fileset dir="../soapui-client/src/lib" includes="*.jar"/>
<pathelement location="../soapui-client/target/classes" />
</path>
+ <path id="exec.classpath">
+ <path refid="classpath"/>
+ </path>
</target>
<target name="cxf-compile" if="cxf.compile">
More information about the jboss-svn-commits
mailing list