summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/webapps/helloworld
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-03-18 07:19:14 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-03-18 07:19:14 +0000
commit798c795fb543e72dda001f41ce6cfc420e97eb57 (patch)
tree693a8ef6e8702a053483abe4ff5863e909d22419 /java/sca/samples/webapps/helloworld
parent175eef1031996bf177675620242a5a0ce865766c (diff)
Fixes for TUSCANY-2917
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755499 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/webapps/helloworld-jsf/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld-jsp/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld-stripes/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld-wicket/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/java/sca/samples/webapps/helloworld-jsf/pom.xml b/java/sca/samples/webapps/helloworld-jsf/pom.xml
index 0391ced8d8..09bb3ebd5b 100644
--- a/java/sca/samples/webapps/helloworld-jsf/pom.xml
+++ b/java/sca/samples/webapps/helloworld-jsf/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>helloworld-jsf</artifactId>
- <name>Apache Tuscany SCA Helloworld JSF Sample</name>
+ <name>Apache Tuscany SCA Sample Helloworld JSF</name>
<packaging>war</packaging>
<dependencies>
diff --git a/java/sca/samples/webapps/helloworld-jsp/pom.xml b/java/sca/samples/webapps/helloworld-jsp/pom.xml
index 4cf1db2d8b..4f9af7be70 100644
--- a/java/sca/samples/webapps/helloworld-jsp/pom.xml
+++ b/java/sca/samples/webapps/helloworld-jsp/pom.xml
@@ -28,7 +28,7 @@
<artifactId>helloworld-jsp</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Helloworld JSP Sample</name>
+ <name>Apache Tuscany SCA Sample Helloworld JSP</name>
<dependencies>
diff --git a/java/sca/samples/webapps/helloworld-stripes/pom.xml b/java/sca/samples/webapps/helloworld-stripes/pom.xml
index e0d69cfdc9..6d7d8213dc 100644
--- a/java/sca/samples/webapps/helloworld-stripes/pom.xml
+++ b/java/sca/samples/webapps/helloworld-stripes/pom.xml
@@ -28,7 +28,7 @@
<artifactId>helloworld-stripes</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Helloworld Sample using Stripes</name>
+ <name>Apache Tuscany SCA Sample Helloworld using Stripes</name>
<dependencies>
diff --git a/java/sca/samples/webapps/helloworld-wicket/pom.xml b/java/sca/samples/webapps/helloworld-wicket/pom.xml
index c2b8ae4e1a..b2635f9b45 100644
--- a/java/sca/samples/webapps/helloworld-wicket/pom.xml
+++ b/java/sca/samples/webapps/helloworld-wicket/pom.xml
@@ -28,7 +28,7 @@
<artifactId>helloworld-wicket</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Helloworld Sample using Wicket</name>
+ <name>Apache Tuscany SCA Sample Helloworld using Wicket</name>
<dependencies>
diff --git a/java/sca/samples/webapps/helloworld/pom.xml b/java/sca/samples/webapps/helloworld/pom.xml
index 1f2fd4d1a4..4a285e7fd4 100644
--- a/java/sca/samples/webapps/helloworld/pom.xml
+++ b/java/sca/samples/webapps/helloworld/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>helloworld</artifactId>
- <name>Apache Tuscany SCA Helloworld Sample</name>
+ <name>Apache Tuscany SCA Sample Helloworld</name>
<packaging>war</packaging>
<dependencies>