summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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