You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/01/18 11:02:54 UTC

svn commit: r900325 - /tuscany/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite

Author: slaws
Date: Mon Jan 18 10:02:54 2010
New Revision: 900325

URL: http://svn.apache.org/viewvc?rev=900325&view=rev
Log:
Fix component name to be consistent with other payment contributions

Modified:
    tuscany/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite

Modified: tuscany/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite
URL: http://svn.apache.org/viewvc/tuscany/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite?rev=900325&r1=900324&r2=900325&view=diff
==============================================================================
--- tuscany/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite (original)
+++ tuscany/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite Mon Jan 18 10:02:54 2010
@@ -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" />