[jboss-svn-commits] JBL Code SVN: r20651 - labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jun 20 07:26:18 EDT 2008


Author: tfennelly
Date: 2008-06-20 07:26:18 -0400 (Fri, 20 Jun 2008)
New Revision: 20651

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/README.html
   labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/build.xml
Log:
Renamed the webservice deployment target back to the original.  It was actually the docs that were wrong.

Modified: labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/README.html
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/README.html	2008-06-20 05:59:13 UTC (rev 20650)
+++ labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/README.html	2008-06-20 11:26:18 UTC (rev 20651)
@@ -135,7 +135,7 @@
                 <li>"ant 01_split_enrich_transform_route"</li>
                 <li>"ant 02_Low_Price"</li>
                 <li>"ant 03_High_Price"</li>
-                <li>"ant 04_Reptiles_notify_webservice_proxy" (this just builds and deploys the Webservice)</li>
+                <li>"ant 04_Reptiles_notify_webservice" (this just builds and deploys the Webservice)</li>
             </ul>
         </li>
         <li>In the 6th command shell window, type "ant createMessage" to execute the message creation

Modified: labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/build.xml	2008-06-20 05:59:13 UTC (rev 20650)
+++ labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/build.xml	2008-06-20 11:26:18 UTC (rev 20651)
@@ -44,7 +44,7 @@
         </java>
     </target>
 
-    <target name="04_Reptiles_notify_webservice_proxy" depends="compile">
+    <target name="04_Reptiles_notify_webservice" depends="compile">
         <antcall target="quickstart-specific-assemblies" />
         <copy todir="${org.jboss.esb.server.deploy.dir}" file="build/${ant.project.name}.war"/>
 




More information about the jboss-svn-commits mailing list