summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-22 13:46:01 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-22 13:46:01 +0000
commit00b3d194a62e44198261110a18fc7ad01fdd6740 (patch)
treed3f53c2487b697c8235d1b8a4061763327606a42 /sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources
parent80752df41fea2bfbb84c96552158ec3af5b20b6c (diff)
Update component name to match other helloworld samples
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources')
-rw-r--r--sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite
index d2330ed439..08350e8417 100644
--- a/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite
@@ -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>