diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-29 15:40:49 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-29 15:40:49 +0000 |
commit | 02ba5e03d4d6dcf4d72e46d67be1d4ba0e0da252 (patch) | |
tree | c57aa1ac4338a04e4968d2d1e3bc6f7cb7c368e9 /sca-java-2.x/trunk/samples/getting-started | |
parent | 52344358758d76f783ad2fcd21adbe702a2efb24 (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 'sca-java-2.x/trunk/samples/getting-started')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld.xml | 2 |
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 |