Author: antelder
Date: Mon Mar 22 13:46:01 2010
New Revision: 926077

URL: http://svn.apache.org/viewvc?rev=926077&view=rev
Log:
Update component name to match other helloworld samples

Modified:
    
tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite

Modified: 
tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite?rev=926077&r1=926076&r2=926077&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite
 (original)
+++ 
tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite
 Mon Mar 22 13:46:01 2010
@@ -22,7 +22,7 @@
       
xmlns:hns="http://tuscany.apache.org/implementation/bpel/example/helloworld";
       name="bpel">
     
-    <component name="BPELHelloWorldComponent">
+    <component name="HelloworldComponent">
         <implementation.bpel process="hns:HelloWorld"/>
     </component>
 


Reply via email to