diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-11 07:01:19 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-11 07:01:19 +0000 |
commit | 26e9710a4a4945778cb2d8c0ce5b8ec81ef8e837 (patch) | |
tree | 61e968ceceef752cbd1840fcbd8627dcb1ad8e8a | |
parent | 4f3ffd49ba787784ae6da98bfbfe4194ae211aa3 (diff) |
Update context to match what the testcase is using so that the itest works again
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783647 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml index 07e13ac10f..ac02d163e1 100644 --- a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml @@ -103,7 +103,7 @@ 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>sample-helloworld-stripes</context>
+ <context>helloworld-stripes</context>
</properties>
<deployables>
<deployable>
@@ -111,7 +111,7 @@ <artifactId>sample-helloworld-stripes</artifactId>
<type>war</type>
<properties>
- <context>sample-helloworld-stripes</context>
+ <context>helloworld-stripes</context>
</properties>
</deployable>
</deployables>
|