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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 17 16:18:41 EDT 2007


Author: tcunning
Date: 2007-08-17 16:18:41 -0400 (Fri, 17 Aug 2007)
New Revision: 14336

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/build.xml
Log:
Correct SendJMSMessage class' package name.


Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/build.xml	2007-08-17 20:17:08 UTC (rev 14335)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/build.xml	2007-08-17 20:18:41 UTC (rev 14336)
@@ -21,7 +21,7 @@
 	<target name="runtest" depends="compile" 
 		description="sends a JMS message to queue/quickstart_helloworld_Request_gw">
 		<echo>Runs Test JMS Sender</echo>
-		<java fork="yes" classname="org.jboss.soa.esb.samples.quickstart.helloworld.test.SendJMSMessage" failonerror="true">
+		<java fork="yes" classname="org.jboss.soa.esb.samples.quickstart.helloworldfilenotifier.test.SendJMSMessage" failonerror="true">
 			<arg value="Hello World"/>
 			<classpath refid="exec-classpath"/>
 		</java>




More information about the jboss-svn-commits mailing list