summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/node/src/scatours
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-25 18:00:45 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-25 18:00:45 +0000
commit3852b601e7c5d71282cb5e37e9c6ce6e648503a2 (patch)
tree65e9367a1a4e6b3386f3b745f0611fb13ac67396 /sandbox/travelsample/node/src/scatours
parentfcc6917ad657da26eedccadf3e7b8d81d410b6a7 (diff)
switch components so that the booking component talks directly to the trip suppliers.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/node/src/scatours')
-rw-r--r--sandbox/travelsample/node/src/scatours/LaunchNode.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/travelsample/node/src/scatours/LaunchNode.java b/sandbox/travelsample/node/src/scatours/LaunchNode.java
index 892f2b8dfd..007406061e 100644
--- a/sandbox/travelsample/node/src/scatours/LaunchNode.java
+++ b/sandbox/travelsample/node/src/scatours/LaunchNode.java
@@ -72,6 +72,7 @@ public class LaunchNode {
new SCAContribution("hotel", "../hotel-contribution/target/classes"),
new SCAContribution("flight", "../flight-contribution/target/classes"),
new SCAContribution("car", "../car-contribution/target/classes"),
+ new SCAContribution("trip", "../trip-contribution/target/classes"),
new SCAContribution("tripbooking", "../tripbooking-contribution/target/classes"),
new SCAContribution("travelcatalog", "../travelcatalog-contribution/target/classes"),
new SCAContribution("payment", "../payment-contribution/target/classes"),