diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-27 07:51:37 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-27 07:51:37 +0000 |
commit | 2b2c65af50cee1c708cb77f815dd82dee4aac820 (patch) | |
tree | 3bef94865c88e8c00d9f6f1d0d402120c8bd3751 /sandbox/travelsample/launchers/fullapp-domain/src/main | |
parent | 01095b922d16dc99573810dce5725f238db5e564 (diff) |
Fix more references to coordination
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884764 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/launchers/fullapp-domain/src/main')
-rw-r--r-- | sandbox/travelsample/launchers/fullapp-domain/src/main/resources/domain.composite | 2 | ||||
-rw-r--r-- | sandbox/travelsample/launchers/fullapp-domain/src/main/resources/workspace.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/travelsample/launchers/fullapp-domain/src/main/resources/domain.composite b/sandbox/travelsample/launchers/fullapp-domain/src/main/resources/domain.composite index e835cbb68f..77b7a508e4 100644 --- a/sandbox/travelsample/launchers/fullapp-domain/src/main/resources/domain.composite +++ b/sandbox/travelsample/launchers/fullapp-domain/src/main/resources/domain.composite @@ -29,7 +29,7 @@ <include name="ns2:fullapp-currency" uri="fullapp-currency" /> <include name="ns2:fullapp-packagedtrip" uri="fullapp-packagedtrip" /> <include name="ns2:fullapp-bespoketrip" uri="fullapp-bespoketrip" /> - <include name="ns2:fullapp-fcoordination" uri="fullapp-coordination" /> + <include name="ns2:fullapp-coordination" uri="fullapp-coordination" /> <include name="ns2:fullapp-ui" uri="fullapp-ui" /> </composite> diff --git a/sandbox/travelsample/launchers/fullapp-domain/src/main/resources/workspace.xml b/sandbox/travelsample/launchers/fullapp-domain/src/main/resources/workspace.xml index 991a55036c..c48d96615b 100644 --- a/sandbox/travelsample/launchers/fullapp-domain/src/main/resources/workspace.xml +++ b/sandbox/travelsample/launchers/fullapp-domain/src/main/resources/workspace.xml @@ -32,10 +32,10 @@ <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"/> - <contribution location="file:../../contributions/fullapp-frontend/target/scatours-contribution-fullapp-coordination.jar" uri="fullapp-coordination"/> + <contribution location="file:../../contributions/fullapp-coordination/target/scatours-contribution-fullapp-coordination.jar" uri="fullapp-coordination"/> <contribution location="file:../../contributions/fullapp-currency/target/scatours-contribution-fullapp-currency.jar" uri="fullapp-currency"/> <contribution location="file:../../contributions/fullapp-packagedtrip/target/scatours-contribution-fullapp-packagedtrip.jar" uri="fullapp-packagedtrip"/> <contribution location="file:../../contributions/fullapp-bespoketrip/target/scatours-contribution-fullapp-bespoketrip.jar" uri="fullapp-bespoketrip"/> <contribution location="file:../../contributions/fullapp-shoppingcart/target/scatours-contribution-fullapp-shoppingcart.jar" uri="fullapp-shoppingcart"/> - <contribution location="file:./cloud" uri="http://tuscany.apache.org/cloud"/> + <contribution location="file:./target/classes/cloud" uri="http://tuscany.apache.org/cloud"/> </workspace>
\ No newline at end of file |