summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite')
-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>