From e766494b2c34ae0f7ae0f9da01deb66ea0b13de6 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 26 May 2010 15:57:39 +0000 Subject: Tag for travelsample-1.0-RC2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948485 13f79535-47bb-0310-9956-ffa450edef68 --- .../contributions/currency-ws/build.xml | 22 ++++++++++ .../contributions/currency-ws/pom.xml | 51 ++++++++++++++++++++++ .../main/resources/META-INF/sca-contribution.xml | 23 ++++++++++ .../main/resources/currency-converter-ws.composite | 31 +++++++++++++ 4 files changed, 127 insertions(+) create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/build.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/pom.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/src/main/resources/META-INF/sca-contribution.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/src/main/resources/currency-converter-ws.composite (limited to 'sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws') diff --git a/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/build.xml b/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/build.xml new file mode 100644 index 0000000000..bf87bbfba6 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/build.xml @@ -0,0 +1,22 @@ + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/pom.xml b/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/pom.xml new file mode 100644 index 0000000000..5eadf838f4 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/pom.xml @@ -0,0 +1,51 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + scatours + 1.0 + ../../pom.xml + + scatours-contribution-currency-ws + Apache Tuscany SCA Tours Currency Converter Contribution With Web Service Binding + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + ${tuscany.version} + runtime + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..cf7325d247 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/src/main/resources/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/src/main/resources/currency-converter-ws.composite b/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/src/main/resources/currency-converter-ws.composite new file mode 100644 index 0000000000..b048a826f1 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC2/contributions/currency-ws/src/main/resources/currency-converter-ws.composite @@ -0,0 +1,31 @@ + + + + + + + + + + + + -- cgit v1.2.3