[jboss-svn-commits] JBL Code SVN: r8228 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_embedded_reg

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 11 12:24:01 EST 2006


Author: jplenhart
Date: 2006-12-11 12:24:00 -0500 (Mon, 11 Dec 2006)
New Revision: 8228

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_embedded_reg/build.xml
Log:
Changed the product.lib.dir variable to esb.product.lib.dir ... so that the entry within the properties file is picked up.

Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_embedded_reg/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_embedded_reg/build.xml	2006-12-11 15:04:16 UTC (rev 8227)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_embedded_reg/build.xml	2006-12-11 17:24:00 UTC (rev 8228)
@@ -16,8 +16,8 @@
 		<pathelement location="./" />
 		<pathelement location="../../../" /> <!-- The root dir - access to the install dir etc. -->
 		<pathelement location="${build.dir}"/>
-		<fileset dir="${product.lib.dir}" includes="*jar"/>
-		<fileset dir="${product.lib.dir}/ext" includes="*jar"/>
+		<fileset dir="${esb.product.lib.dir}" includes="*jar"/>
+		<fileset dir="${esb.product.lib.dir}/ext" includes="*jar"/>
 		<fileset dir="${jbosshome.dir}/client" includes="*jar"/>
 		<fileset dir="${jbosshome.dir}/server/default/lib">
 				<include name="jboss-j2ee.jar"/> <!-- added this for the JMS client -->




More information about the jboss-svn-commits mailing list