diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-28 04:09:23 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-28 04:09:23 +0000 |
commit | ea277bd43d67cfbd6f0d57ac4ad3ccf6a0c59c90 (patch) | |
tree | e5d0a026c0b5a0c0f1b715e944241e40ad5a1d4a | |
parent | e85eb1a92c107fafe31bffa5328df89e0832af6b (diff) |
Change back the webapp samples to have the simple naming
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798391 13f79535-47bb-0310-9956-ffa450edef68
5 files changed, 6 insertions, 6 deletions
diff --git a/java/sca/samples/webapps/helloworld-bpel/pom.xml b/java/sca/samples/webapps/helloworld-bpel/pom.xml index 6718ccf7ab..25c27482e5 100644 --- a/java/sca/samples/webapps/helloworld-bpel/pom.xml +++ b/java/sca/samples/webapps/helloworld-bpel/pom.xml @@ -28,7 +28,7 @@ <relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-webapp-helloworld-bpel</artifactId>
+ <artifactId>helloworld-bpel</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld BPEL</name>
@@ -127,4 +127,4 @@ </plugins>
</build>
-</project> +</project>
diff --git a/java/sca/samples/webapps/helloworld-jsp/pom.xml b/java/sca/samples/webapps/helloworld-jsp/pom.xml index 8a7101c775..5c1786e651 100644 --- a/java/sca/samples/webapps/helloworld-jsp/pom.xml +++ b/java/sca/samples/webapps/helloworld-jsp/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>sample-webapp-helloworld-jsp</artifactId> + <artifactId>helloworld-jsp</artifactId> <packaging>war</packaging> <name>Apache Tuscany SCA Sample Helloworld JSP</name> diff --git a/java/sca/samples/webapps/helloworld-servlet/pom.xml b/java/sca/samples/webapps/helloworld-servlet/pom.xml index ee41488ef0..31031ac5f5 100644 --- a/java/sca/samples/webapps/helloworld-servlet/pom.xml +++ b/java/sca/samples/webapps/helloworld-servlet/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>sample-webapp-helloworld-servlet</artifactId> + <artifactId>helloworld-servlet</artifactId> <packaging>war</packaging> <name>Apache Tuscany SCA Sample Helloworld Servlet</name> diff --git a/java/sca/samples/webapps/helloworld-stripes/pom.xml b/java/sca/samples/webapps/helloworld-stripes/pom.xml index da6793875d..2d6e8a0507 100644 --- a/java/sca/samples/webapps/helloworld-stripes/pom.xml +++ b/java/sca/samples/webapps/helloworld-stripes/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>sample-webapp-helloworld-stripes</artifactId> + <artifactId>helloworld-stripes</artifactId> <packaging>war</packaging> <name>Apache Tuscany SCA Sample Helloworld using Stripes</name> diff --git a/java/sca/samples/webapps/helloworld/pom.xml b/java/sca/samples/webapps/helloworld/pom.xml index e43ae5bc5b..b553afb6f6 100644 --- a/java/sca/samples/webapps/helloworld/pom.xml +++ b/java/sca/samples/webapps/helloworld/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>sample-webapp-helloworld</artifactId> + <artifactId>helloworld</artifactId> <name>Apache Tuscany SCA Sample Helloworld</name> <packaging>war</packaging> |