Author: antelder
Date: Wed Oct 13 13:28:09 2010
New Revision: 1022096
URL: http://svn.apache.org/viewvc?rev=1022096&view=rev
Log:
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
Modified:
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
Modified:
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml?rev=1022096&r1=1022095&r2=1022096&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
(original)
+++
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
Wed Oct 13 13:28:09 2010
@@ -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>