Author: antelder
Date: Mon Jul 28 06:36:59 2008
New Revision: 680354

URL: http://svn.apache.org/viewvc?rev=680354&view=rev
Log:
Update to use web-uri attribute

Modified:
    
tuscany/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite

Modified: 
tuscany/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite?rev=680354&r1=680353&r2=680354&view=diff
==============================================================================
--- 
tuscany/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
 (original)
+++ 
tuscany/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
 Mon Jul 28 06:36:59 2008
@@ -22,7 +22,7 @@
            name="Helloworld"
 
     <component name="WebClient>
-        <implementation.web uri=""/>
+        <implementation.web web-uri=""/>
         <reference name="helloworldService" target="HelloworldService"/>
     </component>
 


Reply via email to