[jboss-svn-commits] JBL Code SVN: r20633 - 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
Thu Jun 19 02:30:14 EDT 2008


Author: beve
Date: 2008-06-19 02:30:14 -0400 (Thu, 19 Jun 2008)
New Revision: 20633

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/build.xml
Log:
Just changed the target name from "04_Reptiles_notify_webservice" to "04_Reptiles_notify_webservice_proxy" as this is what the documentations says.


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-19 05:40:35 UTC (rev 20632)
+++ labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/build.xml	2008-06-19 06:30:14 UTC (rev 20633)
@@ -44,7 +44,7 @@
         </java>
     </target>
 
-    <target name="04_Reptiles_notify_webservice" depends="compile">
+    <target name="04_Reptiles_notify_webservice_proxy" 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