You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/09/29 17:40:50 UTC

svn commit: r1002685 - /tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld.xml

Author: antelder
Date: Wed Sep 29 15:40:49 2010
New Revision: 1002685

URL: http://svn.apache.org/viewvc?rev=1002685&view=rev
Log:
Rename the startDeployables attribute

Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld.xml

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld.xml?rev=1002685&r1=1002684&r2=1002685&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld.xml Wed Sep 29 15:40:49 2010
@@ -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