You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/05/08 10:35:27 UTC

svn commit: r404966 - in /incubator/tuscany/java/sca/samples/helloworldws/src/main: resources/sca.module webapp/WEB-INF/web.xml

Author: jsdelfino
Date: Mon May  8 01:35:24 2006
New Revision: 404966

URL: http://svn.apache.org/viewcvs?rev=404966&view=rev
Log:
Fix for TUSCANY-159 - cleanup helloworldws sample

Modified:
    incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module
    incubator/tuscany/java/sca/samples/helloworldws/src/main/webapp/WEB-INF/web.xml

Modified: incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module?rev=404966&r1=404965&r2=404966&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module (original)
+++ incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module Mon May  8 01:35:24 2006
@@ -16,7 +16,7 @@
   limitations under the License.
  -->
 <module xmlns="http://www.osoa.org/xmlns/sca/0.9" xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"
-        name="sampleHelloworld">
+        name="helloworld">
 
     <import.sdo wsdlLocation="wsdl/helloworld.wsdl"/>
     <import.wsdl location="wsdl/helloworld.wsdl" namespace="http://helloworldaxis.samples.tuscany.apache.org"/>

Modified: incubator/tuscany/java/sca/samples/helloworldws/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/helloworldws/src/main/webapp/WEB-INF/web.xml?rev=404966&r1=404965&r2=404966&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworldws/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworldws/src/main/webapp/WEB-INF/web.xml Mon May  8 01:35:24 2006
@@ -18,6 +18,6 @@
 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
 Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
 <web-app>
-    <display-name>Tuscany sample HelloWorld WS</display-name>
+    <display-name>Tuscany HelloWorld Web Service Sample</display-name>
 
 </web-app>