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 2007/09/17 12:54:18 UTC

svn commit: r576360 - in /incubator/tuscany/java/sca/samples: helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml

Author: jsdelfino
Date: Mon Sep 17 03:54:10 2007
New Revision: 576360

URL: http://svn.apache.org/viewvc?rev=576360&view=rev
Log:
Minor fix, typos in Webapp display names.

Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml
    incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml?rev=576360&r1=576359&r2=576360&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml Mon Sep 17 03:54:10 2007
@@ -22,7 +22,7 @@
 Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
 <web-app>
 
-    <display-name>Apache Tuscany Hello World Service Sample</display-name>
+    <display-name>Apache Tuscany Hello World Web Service SDO Sample</display-name>
 
     <listener>
         <listener-class>org.apache.tuscany.sca.host.webapp.TuscanyContextListener</listener-class>

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml?rev=576360&r1=576359&r2=576360&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml Mon Sep 17 03:54:10 2007
@@ -22,7 +22,7 @@
 Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
 <web-app>
 
-    <display-name>Apache Tuscany sample HelloWorld JSON-RPC</display-name>
+    <display-name>Apache Tuscany HelloWorld Web Service Sample</display-name>
     
     <listener>
         <listener-class>org.apache.tuscany.sca.host.webapp.TuscanyContextListener</listener-class>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org