From 4188f3b99254b0a01c6d0fb04ebc94d55f2e95c4 Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 26 Jun 2009 15:53:39 +0000 Subject: Tag 2.0 M3 release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788749 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 tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/pom.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl create mode 100644 tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd (limited to 'tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl') diff --git a/tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/pom.xml b/tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/pom.xml new file mode 100644 index 0000000000..9f81cd92ca --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.6-SNAPSHOT + ../pom.xml + + itest-contribution-export-wsdl + Apache Tuscany SCA iTest Contribution WSDL Export + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml b/tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..b7394ec14b --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/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/tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl b/tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl new file mode 100644 index 0000000000..9b31363e1a --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd b/tags/java/sca/2.0-M3-RC2/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd new file mode 100644 index 0000000000..d3c83b08c6 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/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