From 6ecc521d85871c1bc0d37927717434edcaccf234 Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 5 Jan 2009 11:49:06 +0000 Subject: Add in shopping cart and extend scenario to talk to payment process. Now needs a revamp to simplify and to allow preconfigured trips to be added to the cart. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731534 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/travelsample/node/build.xml | 66 ++++++++++++++++++++++++++++++++++++- 1 file changed, 65 insertions(+), 1 deletion(-) (limited to 'sandbox/travelsample/node/build.xml') diff --git a/sandbox/travelsample/node/build.xml b/sandbox/travelsample/node/build.xml index e515111e39..0f0faf956c 100644 --- a/sandbox/travelsample/node/build.xml +++ b/sandbox/travelsample/node/build.xml @@ -91,6 +91,7 @@ + @@ -99,6 +100,8 @@ + + @@ -143,11 +146,13 @@ + + @@ -157,27 +162,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -185,26 +221,54 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3