[jboss-svn-commits] JBL Code SVN: r38224 - labs/jbossesb/trunk/product/services/soap.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 15 00:26:11 EDT 2012


Author: tcunning
Date: 2012-10-15 00:26:11 -0400 (Mon, 15 Oct 2012)
New Revision: 38224

Modified:
   labs/jbossesb/trunk/product/services/soap/build.xml
Log:
JBESB-3857
Change the use of tools.jar.classpath to tools.jar.location.


Modified: labs/jbossesb/trunk/product/services/soap/build.xml
===================================================================
--- labs/jbossesb/trunk/product/services/soap/build.xml	2012-10-15 01:58:19 UTC (rev 38223)
+++ labs/jbossesb/trunk/product/services/soap/build.xml	2012-10-15 04:26:11 UTC (rev 38224)
@@ -129,7 +129,7 @@
 
         <path id="exec.classpath">
             <!-- Ant seem to use JRE by default even if JAVA_HOME is set to JDK -->
-	    <pathelement location="${tools.jar.classpath}"/>
+	    <pathelement location="${tools.jar.location}"/>
             <pathelement location="${aop.jar}"/>
             <pathelement location="${build.dir}/${wise.jar}"/>
             <path refid="classpath"/>



More information about the jboss-svn-commits mailing list