summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/fullapp-currency.composite
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-26 21:51:04 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-26 21:51:04 +0000
commitc0be84658ad4dc4d9df3b7ddbf7cd18b261312d6 (patch)
tree16474f192e99e296840f1150add3cbca1cf8e2a8 /sandbox/travelsample/contributions/fullapp-currency/src/main/resources/fullapp-currency.composite
parentea16b5e9a260e41ad8be3c70fe954db9667a6561 (diff)
A bit of tidying in the full-app. Mainly renaming frontend to coordination and correcting the composite names in the full app contributions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884703 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/contributions/fullapp-currency/src/main/resources/fullapp-currency.composite (renamed from sandbox/travelsample/contributions/fullapp-currency/src/main/resources/scatours.composite)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/scatours.composite b/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/fullapp-currency.composite
index 7336c4c91d..654ff60c41 100644
--- a/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/scatours.composite
+++ b/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/fullapp-currency.composite
@@ -19,7 +19,7 @@
-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
targetNamespace="http://tuscanyscatours.com/"
- name="currency">
+ name="fullapp-currency">
<component name="CurrencyConverter">
<implementation.java class="com.tuscanyscatours.currencyconverter.impl.CurrencyConverterImpl"/>