summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-10 20:27:23 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-10 20:27:23 +0000
commitaf798b8f4c826c058bcc946af3224083d9ee3bd6 (patch)
tree00b62b4b3f1fc3abe3f8fd3b3fa14d4d785d249b /java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
parent0592bc4b4e45772889004a2507389810f584460b (diff)
Update the helloworld sample itest to use the correct sample artifact name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783492 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
index efa2eafa12..b10724a17d 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>helloworld-stripes</artifactId>
+ <artifactId>sample-helloworld-stripes</artifactId>
<type>war</type>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -103,15 +103,15 @@
to your local Tomcat installation -->
<cargo.jvmargs><![CDATA[-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y]]></cargo.jvmargs>
<cargo.servlet.port>8085</cargo.servlet.port>
- <context>helloworld-stripes</context>
+ <context>sample-helloworld-stripes</context>
</properties>
<deployables>
<deployable>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>helloworld-stripes</artifactId>
+ <artifactId>sample-helloworld-stripes</artifactId>
<type>war</type>
<properties>
- <context>helloworld-stripes</context>
+ <context>sample-helloworld-stripes</context>
</properties>
</deployable>
</deployables>