summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-03-19 01:43:19 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-03-19 01:43:19 +0000
commita9ae46ae14d289c2bd6fa816ce92f0f5e54dac9d (patch)
tree9d96552c9165c5cbdd02f43e9281253d9ff1aefe /sca-java-1.x
parent524f9e8a48b20271a4b76adb78e291e9162b1749 (diff)
Fix incorrect directories in domain manager configuration paths
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925074 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml
index 0766656c42..5ea2265322 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml
@@ -27,8 +27,8 @@
<contribution location="file:../../contributions/trip/target/scatours-contribution-trip.jar" uri="trip"/>
<contribution location="file:../../contributions/tripbooking/target/scatours-contribution-tripbooking.jar" uri="tripbooking"/>
<contribution location="file:../../contributions/travelcatalog/target/scatours-contribution-travelcatalog.jar" uri="travelcatalog"/>
- <contribution location="file:../../contributions/payment-java/target/scatours-contribution-payment-spring-policy.jar" uri="fullapp-payment"/>
- <contribution location="file:../../contributions/creditcard-payment-jaxb/target/scatours-contribution-creditcard-payment-jaxb-policy.jar" uri="fullapp-creditcard"/>
+ <contribution location="file:../../contributions/payment-spring-policy/target/scatours-contribution-payment-spring-policy.jar" uri="fullapp-payment"/>
+ <contribution location="file:../../contributions/creditcard-payment-jaxb-policy/target/scatours-contribution-creditcard-payment-jaxb-policy.jar" uri="fullapp-creditcard"/>
<contribution location="file:../../contributions/shoppingcart/target/scatours-contribution-shoppingcart.jar" uri="shoppingcart"/>
<contribution location="file:../../contributions/scatours/target/scatours-contribution-scatours.jar" uri="scatours"/>
<contribution location="file:../../contributions/fullapp-ui/target/scatours-contribution-fullapp-ui.jar" uri="fullapp-ui"/>