From 7d34713fecd6b842bb4abd78f3bbc5bac6dad3bf Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 29 Aug 2008 08:31:14 +0000 Subject: Branch for 1.3.2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690149 13f79535-47bb-0310-9956-ffa450edef68 --- .../contribution-import-export/export-wsdl/pom.xml | 31 +++++++++ .../main/resources/META-INF/sca-contribution.xml | 24 +++++++ .../export-wsdl/src/main/resources/helloworld.wsdl | 76 ++++++++++++++++++++++ .../export-wsdl/src/main/resources/helloworld.xsd | 35 ++++++++++ 4 files changed, 166 insertions(+) create mode 100644 branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/pom.xml create mode 100644 branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl create mode 100644 branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd (limited to 'branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl') diff --git a/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/pom.xml b/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/pom.xml new file mode 100644 index 0000000000..6129bfa94a --- /dev/null +++ b/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.3.1-SNAPSHOT + ../pom.xml + + itest-contribution-export-wsdl + Apache Tuscany SCA Contribution WSDL Export Integration Tests + + diff --git a/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml b/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..b7394ec14b --- /dev/null +++ b/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl b/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl new file mode 100644 index 0000000000..9b31363e1a --- /dev/null +++ b/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd b/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd new file mode 100644 index 0000000000..d3c83b08c6 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3