summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-02-07 11:30:54 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-02-07 11:30:54 +0000
commitc6069168b84ceca29397e67993f3cf8dd2572ece (patch)
tree53f5235618a385c38de9f55756a68a22d811d2bb /sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml
parentac12b647f6b6cd1a061f0ec7e0c7aaf9ecb8fdce (diff)
Fixed paths for implementation-composite samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml
index d802f9a0e4..164d31f300 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml
@@ -66,7 +66,7 @@
<configuration>
<contributions>
<!-- add the dependee contribution that this contribution uses -->
- <param>..\helloworld\target\sample-helloworld.jar</param>
+ <param>../../../getting-started/helloworld-contribution/target/helloworld-contribution.jar</param>
</contributions>
</configuration>
</plugin>