summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-14 14:01:14 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-14 14:01:14 +0000
commitc5be2f4907eaba7012d23d1fcb9ff96535f05024 (patch)
tree733c3b6b8ca927b42ef1cbdc6e471738d3f2a857 /sca-java-2.x/trunk
parent1d4c356f8d995a9fc927f2b40e1ca74297b9a720 (diff)
TUSCANY-3677 fix bad contribution path (contribution yet to be moved)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996903 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/launcher-embedded-jse/src/main/java/launcher/JSELauncherImplementationJavaCalculator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/launcher-embedded-jse/src/main/java/launcher/JSELauncherImplementationJavaCalculator.java b/sca-java-2.x/trunk/samples/running-tuscany/launcher-embedded-jse/src/main/java/launcher/JSELauncherImplementationJavaCalculator.java
index 74202d5b86..d0ae197e61 100644
--- a/sca-java-2.x/trunk/samples/running-tuscany/launcher-embedded-jse/src/main/java/launcher/JSELauncherImplementationJavaCalculator.java
+++ b/sca-java-2.x/trunk/samples/running-tuscany/launcher-embedded-jse/src/main/java/launcher/JSELauncherImplementationJavaCalculator.java
@@ -37,7 +37,7 @@ public class JSELauncherImplementationJavaCalculator {
}
public void launchImplementationJavaCalculator(){
- Node node = NodeFactory.newInstance().createNode(new Contribution("c1", "../../sca-features/implementation-java/contribution-calculator/target/classes"));
+ Node node = NodeFactory.newInstance().createNode(new Contribution("c1", "../../implementation-java/contribution-calculator/target/classes"));
node.start();
node.stop();