[jboss-svn-commits] JBL Code SVN: r10398 - labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Mar 21 13:30:54 EDT 2007


Author: tfennelly
Date: 2007-03-21 13:30:54 -0400 (Wed, 21 Mar 2007)
New Revision: 10398

Modified:
   labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/quickstarts.properties
Log:
added esb-server based paths

Modified: labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/quickstarts.properties
===================================================================
--- labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/quickstarts.properties	2007-03-21 17:24:09 UTC (rev 10397)
+++ labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/quickstarts.properties	2007-03-21 17:30:54 UTC (rev 10398)
@@ -4,15 +4,17 @@
 # NOTE: This variable should only require modification if running the quickstarts
 # from source i.e. DO NOT MODIFY if you're running from a downloaded distribution.
 # 
-# If running from source, you'll need to switch this variable to point to 
-# ../../../build/jbossesb/lib, but DO NOT CHECK THIS IN!
+# Note: If running from source, you'll need to switch "esb.product.lib.dir" to point to 
+# "../../../build/jbossesb/lib" and "jbosshome.dir" to point to "../../../build/jbossesb-server-4.0.1/".
+# DO NOT CHECK THIS IN!
 ##############################################################################################
 #esb.product.lib.dir=../../../build/jbossesb/lib
 esb.product.lib.dir=../../../lib
 
 # Location of your JBoss Application Server installation.
 # NB: Avoid using back slashes '\' in the path - '/' works on all platforms.
-jbosshome.dir=/jboss-4.0.5.GA
+# jbosshome.dir=../../../build/jbossesb-server-4.0.1/
+jbosshome.dir=/jbossesb-server-4.0.1
 
 # If you are running the ftp tests then you must complete the following
 jbossesb.ftp.hostname=




More information about the jboss-svn-commits mailing list