From 47d7bf03613dfd6a2db848df57306c0c2b8c2402 Mon Sep 17 00:00:00 2001 From: nash Date: Thu, 27 Aug 2009 01:07:30 +0000 Subject: Apply the new naming conventions to the fullapp contributions and launchers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808241 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/CreditCardPayment.wsdl | 132 +++++++++++++++++++++ .../main/resources/META-INF/sca-contribution.xml | 24 ++++ .../payment-java/src/main/resources/Payment.wsdl | 83 +++++++++++++ .../src/main/resources/definitions.xml | 34 ++++++ .../src/main/resources/payment.composite | 45 +++++++ 5 files changed, 318 insertions(+) create mode 100644 sandbox/travelsample/contributions/payment-java/src/main/resources/CreditCardPayment.wsdl create mode 100644 sandbox/travelsample/contributions/payment-java/src/main/resources/META-INF/sca-contribution.xml create mode 100644 sandbox/travelsample/contributions/payment-java/src/main/resources/Payment.wsdl create mode 100644 sandbox/travelsample/contributions/payment-java/src/main/resources/definitions.xml create mode 100644 sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite (limited to 'sandbox/travelsample/contributions/payment-java/src/main/resources') diff --git a/sandbox/travelsample/contributions/payment-java/src/main/resources/CreditCardPayment.wsdl b/sandbox/travelsample/contributions/payment-java/src/main/resources/CreditCardPayment.wsdl new file mode 100644 index 0000000000..d17497d1f6 --- /dev/null +++ b/sandbox/travelsample/contributions/payment-java/src/main/resources/CreditCardPayment.wsdl @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/travelsample/contributions/payment-java/src/main/resources/META-INF/sca-contribution.xml b/sandbox/travelsample/contributions/payment-java/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..f8ff7b4623 --- /dev/null +++ b/sandbox/travelsample/contributions/payment-java/src/main/resources/META-INF/sca-contribution.xml @@ -0,0 +1,24 @@ + + + + + + diff --git a/sandbox/travelsample/contributions/payment-java/src/main/resources/Payment.wsdl b/sandbox/travelsample/contributions/payment-java/src/main/resources/Payment.wsdl new file mode 100644 index 0000000000..3885764899 --- /dev/null +++ b/sandbox/travelsample/contributions/payment-java/src/main/resources/Payment.wsdl @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/travelsample/contributions/payment-java/src/main/resources/definitions.xml b/sandbox/travelsample/contributions/payment-java/src/main/resources/definitions.xml new file mode 100644 index 0000000000..dc47395e9b --- /dev/null +++ b/sandbox/travelsample/contributions/payment-java/src/main/resources/definitions.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + diff --git a/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite b/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite new file mode 100644 index 0000000000..69160e24f8 --- /dev/null +++ b/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + 0.02 + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3