summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-13 13:28:09 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-13 13:28:09 +0000
commit9ff7e9dac60cc4237be8d778ce31d9111de9b15f (patch)
tree51b882e8b8d2a38cab2bfeff5f98986747617c34 /sca-java-2.x/trunk
parent4a7bf107f2a261f855fe71307652a8959b485758 (diff)
Fix dependency for sample moves. (not sure if this sample should be kept in its current form or at all but this atleast stops its build failing although it does seem to get a lot of errors in the build log
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022096 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
index 8d70ec23a7..28bfdbf411 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
@@ -65,7 +65,7 @@
<artifactItems>
<artifactItem>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>sample-helloworld</artifactId>
+ <artifactId>helloworld-contribution</artifactId>
<version>${pom.version}</version>
<!-- should really go in the target folder but i can't get jetty:run to work using that -->
<outputDirectory>src/main/webapp/WEB-INF/sca-contributions</outputDirectory>