summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/implementation-web
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsf/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml10
6 files changed, 18 insertions, 12 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml
index d9194a102c..74a12d6309 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml
@@ -26,9 +26,9 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-jaxrs-webapp</artifactId>
+ <artifactId>sample-implementation-web-helloworld-jaxrs-webapp</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Sample Helloworld JAX-RS</name>
+ <name>Apache Tuscany SCA Sample implemenation.web Helloworld JAX-RS WebApp</name>
<dependencies>
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml
index ecd04d6d5d..b0801d79f2 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml
@@ -26,9 +26,9 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-js-client-webapp</artifactId>
+ <artifactId>sample-implementation-web-helloworld-js-client-webapp</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Sample Helloworld Javascript Client</name>
+ <name>Apache Tuscany SCA Sample implemenation.web Helloworld Javascript Client WebApp</name>
<dependencies>
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsf/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsf/pom.xml
index 6f2b820e4c..cbda8bc601 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsf/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsf/pom.xml
@@ -26,8 +26,8 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-jsf-webapp</artifactId>
- <name>Apache Tuscany SCA Sample Helloworld JSF</name>
+ <artifactId>sample-implementation-web-helloworld-jsf-webapp</artifactId>
+ <name>Apache Tuscany SCA Sample implemenation.web Helloworld JSF WebApp</name>
<packaging>war</packaging>
<dependencies>
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml
index f871af8cf5..66478f9963 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml
@@ -26,9 +26,9 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-jsp-webapp</artifactId>
+ <artifactId>sample-implementation-web-helloworld-jsp-webapp</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Sample Helloworld JSP</name>
+ <name>Apache Tuscany SCA Sample implemenation-web Helloworld JSP WebApp</name>
<dependencies>
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml
index d4dbe9eb6e..d812ddb186 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml
@@ -26,9 +26,9 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-servlet-webapp</artifactId>
+ <artifactId>sample-implementation-web-helloworld-servlet-webapp</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Sample Helloworld Servlet</name>
+ <name>Apache Tuscany SCA Sample implementation.web Helloworld Servlet WebApp</name>
<dependencies>
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml
index f3c62210ef..c264235b47 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml
@@ -26,9 +26,9 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-stripes-webapp</artifactId>
+ <artifactId>sample-implementation-web-helloworld-stripes-webapp</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Sample Helloworld using Stripes</name>
+ <name>Apache Tuscany SCA Sample implementation.web Helloworld Stripes WebApp</name>
<dependencies>
@@ -39,6 +39,12 @@
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-stripes</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
<!-- Stripes Framework dependencies -->
<dependency>
<groupId>net.sourceforge.stripes</groupId>