summaryrefslogtreecommitdiffstats
path: root/collaboration
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-26 06:32:07 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-26 06:32:07 +0000
commitb32bf7c4423e2c675a041f7cf53299dfd980f466 (patch)
treeffea41740ddf95e110a7f154ed69212105f8f93f /collaboration
parentbf3380db4472095e1e8848bf3991c17667bac971 (diff)
Add init param to configure wink to use tuscany
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'collaboration')
-rw-r--r--collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml b/collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml
index 53cb501c40..f961c69db6 100644
--- a/collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml
+++ b/collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml
@@ -39,6 +39,10 @@
<param-name>applicationConfigLocation</param-name>
<param-value>/WEB-INF/application</param-value>
</init-param>
+ <init-param>
+ <param-name>deploymentConfiguration</param-name>
+ <param-value>org.apache.tuscany.sca.wink.TuscanyDeploymentConfiguration</param-value>
+ </init-param>
</servlet>
<servlet-mapping>