diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-28 04:10:02 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-28 04:10:02 +0000 |
commit | ebb1fad10a4a986d3484e8183008e30711b0960b (patch) | |
tree | 3580367d361e7d6b59d649e6ee46addaf9c0bd92 /java/sca/itest/distribution | |
parent | ea277bd43d67cfbd6f0d57ac4ad3ccf6a0c59c90 (diff) |
Update the webapp itests for the change back to simple naming
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/distribution')
4 files changed, 8 insertions, 8 deletions
diff --git a/java/sca/itest/distribution/webapp-helloworld-bpel/pom.xml b/java/sca/itest/distribution/webapp-helloworld-bpel/pom.xml index 2afc11d86c..e1c8a508f5 100644 --- a/java/sca/itest/distribution/webapp-helloworld-bpel/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld-bpel/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>sample-webapp-helloworld-bpel</artifactId> + <artifactId>helloworld-bpel</artifactId> <type>war</type> <version>2.0-SNAPSHOT</version> </dependency> @@ -108,7 +108,7 @@ <deployables> <deployable> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>sample-webapp-helloworld-bpel</artifactId> + <artifactId>helloworld-bpel</artifactId> <type>war</type> <properties> <context>helloworld-bpel</context> diff --git a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml index 638c298478..4f41a3a0ef 100644 --- a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>sample-webapp-helloworld-jsp</artifactId> + <artifactId>helloworld-jsp</artifactId> <type>war</type> <version>2.0-SNAPSHOT</version> </dependency> @@ -172,7 +172,7 @@ <deployables> <deployable> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>sample-webapp-helloworld-jsp</artifactId> + <artifactId>helloworld-jsp</artifactId> <type>war</type> <properties> <context>helloworld-jsp</context> diff --git a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml index 2f3c695f67..8d312f75c8 100644 --- a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>sample-webapp-helloworld-stripes</artifactId> + <artifactId>helloworld-stripes</artifactId> <type>war</type> <version>2.0-SNAPSHOT</version> </dependency> @@ -108,7 +108,7 @@ <deployables> <deployable> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>sample-webapp-helloworld-stripes</artifactId> + <artifactId>helloworld-stripes</artifactId> <type>war</type> <properties> <context>helloworld-stripes</context> diff --git a/java/sca/itest/distribution/webapp-helloworld/pom.xml b/java/sca/itest/distribution/webapp-helloworld/pom.xml index ff379f99a9..81d7304e00 100644 --- a/java/sca/itest/distribution/webapp-helloworld/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>sample-webapp-helloworld</artifactId> + <artifactId>helloworld</artifactId> <type>war</type> <version>2.0-SNAPSHOT</version> </dependency> @@ -107,7 +107,7 @@ <deployables> <deployable> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>sample-webapp-helloworld</artifactId> + <artifactId>helloworld</artifactId> <type>war</type> <pingURL>http://localhost:8085/helloworld</pingURL> </deployable> |