From 28f92c6fc62f3bc0637ac77681aabcc8c0b5e42c Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 11 Sep 2008 04:12:24 +0000 Subject: Renaming branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694107 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/META-INF/sca-contribution.xml | 24 +++++++ .../export-wsdl/src/main/resources/helloworld.wsdl | 76 ++++++++++++++++++++++ .../export-wsdl/src/main/resources/helloworld.xsd | 35 ++++++++++ 3 files changed, 135 insertions(+) create mode 100644 branches/sca-trunk-20080910/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml create mode 100644 branches/sca-trunk-20080910/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl create mode 100644 branches/sca-trunk-20080910/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd (limited to 'branches/sca-trunk-20080910/itest/contribution-import-export/export-wsdl/src/main') diff --git a/branches/sca-trunk-20080910/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml b/branches/sca-trunk-20080910/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-trunk-20080910/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-trunk-20080910/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl b/branches/sca-trunk-20080910/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl new file mode 100644 index 0000000000..9b31363e1a --- /dev/null +++ b/branches/sca-trunk-20080910/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-trunk-20080910/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd b/branches/sca-trunk-20080910/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd new file mode 100644 index 0000000000..d3c83b08c6 --- /dev/null +++ b/branches/sca-trunk-20080910/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