From d36c8e323a6f8df998edd185de8972dc5e6f87f0 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 16 Nov 2009 06:37:38 +0000 Subject: Cleaning up SVN structure, moving tag under sca-cpp/tags. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880619 13f79535-47bb-0310-9956-ffa450edef68 --- .../MyValueServiceModule/CustomerInfo.fragment | 36 +++++ .../CustomerInfoImpl.componentType | 30 ++++ .../MyValueServiceModule/MyValueImpl.componentType | 36 +++++ .../MyValueServiceModule/StockQuoteService.wsdl | 157 +++++++++++++++++++++ .../MyValueServiceModule/Tuscany-model.config | 24 ++++ .../modules/MyValueServiceModule/sca.module | 51 +++++++ 6 files changed, 334 insertions(+) create mode 100644 sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/CustomerInfo.fragment create mode 100644 sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/CustomerInfoImpl.componentType create mode 100644 sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/MyValueImpl.componentType create mode 100644 sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/StockQuoteService.wsdl create mode 100644 sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/Tuscany-model.config create mode 100644 sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/sca.module (limited to 'sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule') diff --git a/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/CustomerInfo.fragment b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/CustomerInfo.fragment new file mode 100644 index 0000000000..f473f59748 --- /dev/null +++ b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/CustomerInfo.fragment @@ -0,0 +1,36 @@ + + + + + + + + + + x + 23 + 42 + + + + + + + \ No newline at end of file diff --git a/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/CustomerInfoImpl.componentType b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/CustomerInfoImpl.componentType new file mode 100644 index 0000000000..48651b63fe --- /dev/null +++ b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/CustomerInfoImpl.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/MyValueImpl.componentType b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/MyValueImpl.componentType new file mode 100644 index 0000000000..ace4154966 --- /dev/null +++ b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/MyValueImpl.componentType @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/StockQuoteService.wsdl b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/StockQuoteService.wsdl new file mode 100644 index 0000000000..4917cde583 --- /dev/null +++ b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/StockQuoteService.wsdl @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/Tuscany-model.config b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/Tuscany-model.config new file mode 100644 index 0000000000..7fee074333 --- /dev/null +++ b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/Tuscany-model.config @@ -0,0 +1,24 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/sca.module b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/sca.module new file mode 100644 index 0000000000..aedaf354e6 --- /dev/null +++ b/sca-cpp/tags/cpp-sca-20060405/runtime/core/test/testSCASystem/modules/MyValueServiceModule/sca.module @@ -0,0 +1,51 @@ + + + + + + + + + + MyValueServiceComponent + + + + + + + + CustomerInfoComponent + StockQuoteService + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3