From 64043d8340291699140f7e4aabd893bc2fe63a1c Mon Sep 17 00:00:00 2001 From: rfeng Date: Thu, 5 Nov 2009 22:01:05 +0000 Subject: Update the location pattern git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833201 13f79535-47bb-0310-9956-ffa450edef68 --- .../launchers/common/src/main/java/scatours/launcher/LauncherUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox') diff --git a/sandbox/travelsample/launchers/common/src/main/java/scatours/launcher/LauncherUtil.java b/sandbox/travelsample/launchers/common/src/main/java/scatours/launcher/LauncherUtil.java index c73c90a14b..7e7d0a95f7 100644 --- a/sandbox/travelsample/launchers/common/src/main/java/scatours/launcher/LauncherUtil.java +++ b/sandbox/travelsample/launchers/common/src/main/java/scatours/launcher/LauncherUtil.java @@ -44,7 +44,7 @@ public class LauncherUtil { file = new File("../../contributions/" + name + "/target/" + name + ".jar"); if (!file.exists()) { // Try to use the contribution jar under the contributions folder of the distribution - file = new File("../contributions/" + name + ".jar"); + file = new File("../contributions/scatours-contribution-" + name + ".jar"); if (!file.exists()) { throw new IllegalArgumentException("Contribution " + name + " cannot be located."); } -- cgit v1.2.3