summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/distribution
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-12-09 12:09:00 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-12-09 12:09:00 +0000
commit38ebe3798403bbd4cdb5d326dbf691b9ae664e6b (patch)
treed9e789010c8e96b1298f682c758fe9d93bf963cd /sca-java-2.x/trunk/distribution
parent68bfd05909a176a4cbf99fa9af61fd8ec029dfe4 (diff)
Finish rename tidy up
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/distribution')
-rw-r--r--sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml5
-rw-r--r--sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp2
-rw-r--r--sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml4
3 files changed, 6 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
index 0416f365e2..b11a6bb687 100644
--- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
+++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
@@ -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>
+
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp
index 337a2a02d9..18f097e60a 100644
--- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp
+++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp
@@ -29,7 +29,7 @@
<html>
<body >
- <h2>helloworld-scaclient-webapp</h2>
+ <h2>helloworld-scaclient-jsp</h2>
Calling HelloworldService sayHello("world") returns:
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml
index 0c8151e83f..d77f0e8b3c 100644
--- a/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml
+++ b/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml
@@ -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>