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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 4 08:34:46 EDT 2007


Author: tfennelly
Date: 2007-09-04 08:34:45 -0400 (Tue, 04 Sep 2007)
New Revision: 14858

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/build.xml
Log:
Override of the deploy/undeploy of JMS destinations just to tell the user it's not relevant for this QS.

Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/build.xml	2007-09-04 11:36:37 UTC (rev 14857)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/build.xml	2007-09-04 12:34:45 UTC (rev 14858)
@@ -63,4 +63,11 @@
 	  	</exec>
 	  </target>  
 
+    <target name="deploy-jms-dests">
+        <echo message="This quickstart doesn't use any JMS Destinations.  No JMS deployments required." />
+    </target>
+    <target name="undeploy-jms-dests">
+        <echo message="This quickstart doesn't use any JMS Destinations.  No JMS undeployments required." />
+    </target>
+
 </project>




More information about the jboss-svn-commits mailing list