diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-21 19:31:47 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-21 19:31:47 +0000 |
commit | efbe679941d978e0ac9ba38b8c753a9382a67b4d (patch) | |
tree | 315869b21ec2ec5fb28110ee4b3af6a0f29db98a /sca-java-2.x/trunk/samples/learning-more/implementation-web | |
parent | 9b3115619f719474953d936b8006593c29ad16b2 (diff) |
A bit of name tidying to make the docs a little more consistent. Still a few that are odd, e.g. the dosgi ones but getting better.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/learning-more/implementation-web')
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> |