summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/payment-spring/src/main/resources/payment.composite
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-13 16:48:23 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-13 16:48:23 +0000
commit4732b74e3a1124644f78cfaead65081a6e142aba (patch)
tree8766494f477c2b1f4778b55c6ad683421e91737b /sandbox/travelsample/contributions/payment-spring/src/main/resources/payment.composite
parentae27417c3e0192eb1920bbbf61b300380d03810c (diff)
Apply new naming convention to contributions/payment-spring
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814341 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/contributions/payment-spring/src/main/resources/payment.composite (renamed from sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite)6
1 files changed, 2 insertions, 4 deletions
diff --git a/sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite b/sandbox/travelsample/contributions/payment-spring/src/main/resources/payment.composite
index f192bf9659..1e5bae2a2b 100644
--- a/sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite
+++ b/sandbox/travelsample/contributions/payment-spring/src/main/resources/payment.composite
@@ -18,12 +18,10 @@
* under the License.
-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- targetNamespace="http://scatours"
- xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
- xmlns:c="http://scatours"
+ targetNamespace="http://tuscanyscatours.com/"
name="payment">
- <component name="PaymentComponent">
+ <component name="Payment">
<implementation.spring location="Payment-context.xml"/>
<service name="Payment">
<binding.ws uri="http://localhost:8081/Payment"/>