summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/fullapp-domain/src/main/resources/workspace.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-27 07:51:37 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-27 07:51:37 +0000
commit2b2c65af50cee1c708cb77f815dd82dee4aac820 (patch)
tree3bef94865c88e8c00d9f6f1d0d402120c8bd3751 /sandbox/travelsample/launchers/fullapp-domain/src/main/resources/workspace.xml
parent01095b922d16dc99573810dce5725f238db5e564 (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 '')
-rw-r--r--sandbox/travelsample/launchers/fullapp-domain/src/main/resources/workspace.xml4
1 files changed, 2 insertions, 2 deletions
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