From 4f5e128bc76eac6d256dbce8756a678b369f3752 Mon Sep 17 00:00:00 2001 From: nash Date: Mon, 18 Oct 2010 14:54:24 +0000 Subject: 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 --- .../tutorials/store/domain/launch/LaunchWarehouseSpring.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-java-1.x/branches') 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"); -- cgit v1.2.3