diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-18 10:02:54 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-18 10:02:54 +0000 |
commit | ca562d4d692a69d75f56d8fcef65b1553c1c6264 (patch) | |
tree | 8472386ef2879f721ebe6cf0bcd5b862f96a0fad /sandbox/travelsample | |
parent | eb527d30e99e51415280767d09c96ea47786a242 (diff) |
Fix component name to be consistent with other payment contributions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r-- | sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite b/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite index 3f8e741430..071c6786d1 100644 --- a/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite +++ b/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite @@ -23,7 +23,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="payment"> - <component name="PaymentComponent"> + <component name="Payment"> <t:implementation.script script="payment/PaymentImpl.groovy"/> <service name="Payment"> <interface.java interface="com.tuscanyscatours.payment.Payment" /> |