summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/fullapp-currency/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/contributions/fullapp-currency/src/main/resources')
-rw-r--r--sandbox/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml2
-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
2 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml b/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml
index c439cf9a77..dc66ed8db6 100644
--- a/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml
+++ b/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml
@@ -19,7 +19,7 @@
-->
<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:scatours="http://tuscanyscatours.com/">
- <deployable composite="scatours:currency" />
+ <deployable composite="scatours:fullapp-currency" />
<import.java package="com.tuscanyscatours.currencyconverter" />
<import.java package="com.tuscanyscatours.currencyconverter.impl" />
</contribution>
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"/>