You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/12/09 13:09:01 UTC

svn commit: r888781 - in /tuscany/sca-java-2.x/trunk/distribution/tomcat/testing: helloworld-scaclient-jsp/pom.xml helloworld-scaclient-jsp/src/main/webapp/hello.jsp pom.xml

Author: antelder
Date: Wed Dec  9 12:09:00 2009
New Revision: 888781

URL: http://svn.apache.org/viewvc?rev=888781&view=rev
Log:
Finish rename tidy up

Modified:
    tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
    tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp
    tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml

Modified: tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml?rev=888781&r1=888780&r2=888781&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml Wed Dec  9 12:09:00 2009
@@ -26,9 +26,9 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>helloworld-scaclient-webapp</artifactId>
+    <artifactId>helloworld-scaclient-jsp</artifactId>
     <packaging>war</packaging>
-    <name>Apache Tuscany SCA Tomcat Integration Testing Helloworld Webapp Using SCAClient API</name>
+    <name>Apache Tuscany SCA Tomcat Integration Testing Helloworld Webapp Using SCAClient in a JSP</name>
 
     <dependencies>
         <dependency>
@@ -45,3 +45,4 @@
 
 </project>
 
+

Modified: tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp?rev=888781&r1=888780&r2=888781&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp (original)
+++ tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp Wed Dec  9 12:09:00 2009
@@ -29,7 +29,7 @@
 <html>
   <body >
 
-    <h2>helloworld-scaclient-webapp</h2>
+    <h2>helloworld-scaclient-jsp</h2>
 
     Calling HelloworldService sayHello("world") returns:
 

Modified: tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml?rev=888781&r1=888780&r2=888781&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml Wed Dec  9 12:09:00 2009
@@ -33,8 +33,8 @@
     <modules>
         <module>helloworld-service-contribution</module>
         <module>helloworld-reference-contribution</module>
-        <module>helloworld-scaclient-webapp</module>
-        <module>helloworld-scaclient2-webapp</module>
+        <module>helloworld-scaclient-jsp</module>
+        <module>helloworld-scaclient-servlet</module>
         <module>helloworld-client-webapp</module>
         <module>legal-checks</module>
     </modules>