summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-18 14:54:24 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-18 14:54:24 +0000
commit4f5e128bc76eac6d256dbce8756a678b369f3752 (patch)
treef8127b6e25c420cc99c680b99322f8b14bb3ac2d /sca-java-1.x/branches
parent380a7c07ff488a612159b050de184d434fb190c8 (diff)
Use jar file contributions so that the store tutorial works when running from the binary distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/launch/LaunchWarehouseSpring.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/launch/LaunchWarehouseSpring.java b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/launch/LaunchWarehouseSpring.java
index a07a4bf635..94d22478a4 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/launch/LaunchWarehouseSpring.java
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/launch/LaunchWarehouseSpring.java
@@ -38,8 +38,8 @@ public class LaunchWarehouseSpring {
NodeLauncher launcher = NodeLauncher.newInstance();
SCANode node = launcher.createNode(null,
- new Contribution("assets", "../assets/target/classes"),
- new Contribution("warehouse", "../warehouse-spring/target/classes"));
+ new Contribution("assets", "../assets/target/tutorial-assets.jar"),
+ new Contribution("warehouse", "../warehouse-spring/target/tutorial-warehouse-spring.jar"));
node.start();
System.out.println("Press a key to stop");