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
This commit is contained in:
mcombellack 2009-06-10 20:27:23 +00:00
parent 0592bc4b4e
commit af798b8f4c

View file

@ -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>