diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-15 13:17:22 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-15 13:17:22 +0000 |
commit | 1b108a3c622e36a2baabcb89dbbd13d93f69e8c9 (patch) | |
tree | 95fa4089f2110b06d9e616c1cfb5c2133dbfd419 /sandbox/travelsample/contributions/currency-ws/src/main/resources | |
parent | 6a15ee52d19418ce6c0f34019fae6ae1dd70446f (diff) |
Restore original names for composites in currency and currency-ws contributions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/contributions/currency-ws/src/main/resources')
-rw-r--r-- | sandbox/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite (renamed from sandbox/travelsample/contributions/currency-ws/src/main/resources/currencyconverterws.composite) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/contributions/currency-ws/src/main/resources/currencyconverterws.composite b/sandbox/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite index ae55b17def..b048a826f1 100644 --- a/sandbox/travelsample/contributions/currency-ws/src/main/resources/currencyconverterws.composite +++ b/sandbox/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite @@ -19,7 +19,7 @@ -->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
targetNamespace="http://tuscanyscatours.com/"
- name="currencyconverterws">
+ name="currencyconverter">
<component name="CurrencyConverter">
<implementation.java class="com.tuscanyscatours.currencyconverter.impl.CurrencyConverterImpl" />
|