From 82df55ba981ff028bdf376f333d6e1e2cfee3644 Mon Sep 17 00:00:00 2001 From: slaws Date: Wed, 30 Sep 2009 11:14:44 +0000 Subject: Tag for 1.5.1-RC3 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820247 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/CreditCardPayment.wsdl | 132 +++++++++++++++++++++ .../main/resources/META-INF/sca-contribution.xml | 24 ++++ .../payment/src/main/resources/Payment.wsdl | 83 +++++++++++++ .../payment/src/main/resources/definitions.xml | 35 ++++++ .../payment/src/main/resources/payment.composite | 47 ++++++++ 5 files changed, 321 insertions(+) create mode 100644 tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/CreditCardPayment.wsdl create mode 100644 tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/META-INF/sca-contribution.xml create mode 100644 tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/Payment.wsdl create mode 100644 tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/definitions.xml create mode 100644 tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/payment.composite (limited to 'tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources') diff --git a/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/CreditCardPayment.wsdl b/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/CreditCardPayment.wsdl new file mode 100644 index 0000000000..d17497d1f6 --- /dev/null +++ b/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/CreditCardPayment.wsdl @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/META-INF/sca-contribution.xml b/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..12b9852bf0 --- /dev/null +++ b/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/META-INF/sca-contribution.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/Payment.wsdl b/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/Payment.wsdl new file mode 100644 index 0000000000..3885764899 --- /dev/null +++ b/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/Payment.wsdl @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/definitions.xml b/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/definitions.xml new file mode 100644 index 0000000000..9060e75ed2 --- /dev/null +++ b/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/definitions.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/payment.composite b/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/payment.composite new file mode 100644 index 0000000000..53fcefc241 --- /dev/null +++ b/tags/java/sca/1.5.1-RC3/itest/domainmgr/transaction/payment/src/main/resources/payment.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + 0.02 + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3