summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-servlet
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-28 13:36:59 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-28 13:36:59 +0000
commitae0049c24386c0a2e2c276a41f23bc17c5408e7c (patch)
treecb926a0424d83d63d2feab9327c1bdcfacf145a6 /java/sca/samples/helloworld-servlet
parentaf219e399b6bf3c0d37265149309eaa1b3fabd95 (diff)
Update to use web-uri attribute
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680354 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/helloworld-servlet')
-rw-r--r--java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite b/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
index ed7739085b..79d09a994e 100644
--- a/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
+++ b/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
@@ -22,7 +22,7 @@
name="Helloworld"
<component name="WebClient>
- <implementation.web uri=""/>
+ <implementation.web web-uri=""/>
<reference name="helloworldService" target="HelloworldService"/>
</component>