diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 09:31:20 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 09:31:20 +0000 |
commit | 0749bbdac67fd12ac38ad197bfe5ebb08165b2e4 (patch) | |
tree | 4e1f38179940e20ab01c38ec54f438411f4767c1 /sca-java-2.x/trunk/samples/getting-started/helloworld-webapp | |
parent | 48a3901481740e4d9a8873a0e424d3db8755970b (diff) |
Correct included contribution name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027416 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/getting-started/helloworld-webapp')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml | 2 |
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 380ec14e03..2d026eb39d 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>helloworld-contribution</artifactId> + <artifactId>sample-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> |