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:02:43 UTC

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

Author: antelder
Date: Wed Dec  9 12:02:43 2009
New Revision: 888775

URL: http://svn.apache.org/viewvc?rev=888775&view=rev
Log:
rename scaclient2 to scaclient-servlet to make it more obvious what it is

Added:
    tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/
      - copied from r888771, tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient2-webapp/
Modified:
    tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
    tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/webapp/hello.html

Modified: tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml?rev=888775&r1=888771&r2=888775&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml Wed Dec  9 12:02:43 2009
@@ -26,9 +26,9 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>helloworld-scaclient2-webapp</artifactId>
+    <artifactId>helloworld-scaclient-servlet</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 Servlet</name>
 
     <dependencies>
         <dependency>

Modified: tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/webapp/hello.html
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/webapp/hello.html?rev=888775&r1=888771&r2=888775&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/webapp/hello.html (original)
+++ tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/webapp/hello.html Wed Dec  9 12:02:43 2009
@@ -24,7 +24,7 @@
 
 <body>
 
-<h2>helloworld-scaclient2-webapp</h2>
+<h2>helloworld-scaclient-servlet</h2>
 
 <form action="HelloworldServlet" method="post">
     <table>