[jboss-svn-commits] JBL Code SVN: r11108 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 19 01:45:41 EDT 2007


Author: kevin.conner at jboss.com
Date: 2007-04-19 01:45:41 -0400 (Thu, 19 Apr 2007)
New Revision: 11108

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld/base-build.xml
Log:
Updated for new jbossesb.xml filename

Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld/base-build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld/base-build.xml	2007-04-19 05:45:06 UTC (rev 11107)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld/base-build.xml	2007-04-19 05:45:41 UTC (rev 11108)
@@ -30,7 +30,7 @@
 	<target name="run" depends="compile">
 		<echo>Launching Quickstart in standalone mode...</echo>
 		<java fork="yes" classname="org.jboss.soa.esb.listeners.StandAloneBootStrapper" failonerror="true">
-			<arg value="./jbossesb.xml" />
+			<arg value="./jboss-esb.xml" />
 			<classpath refid="exec-classpath" />
 		</java>
 	</target>
@@ -78,4 +78,4 @@
 		<delete dir="build" />
 	</target>
 
-</project>
\ No newline at end of file
+</project>




More information about the jboss-svn-commits mailing list