summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/helloworld.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 15:40:49 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 15:40:49 +0000
commit02ba5e03d4d6dcf4d72e46d67be1d4ba0e0da252 (patch)
treec57aa1ac4338a04e4968d2d1e3bc6f7cb7c368e9 /sca-java-2.x/trunk/samples/getting-started/helloworld.xml
parent52344358758d76f783ad2fcd21adbe702a2efb24 (diff)
Rename the startDeployables attribute
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002685 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld.xml
index 34fb0b07f8..e01074870c 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld.xml
@@ -22,6 +22,6 @@
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
domain="helloworld">
- <contribution location="helloworld-contribution/target/helloworld-contribution.jar" run="true"/>
+ <contribution location="helloworld-contribution/target/helloworld-contribution.jar" startDeployables="true"/>
</node> \ No newline at end of file