From 7abf5a347d0f5dc9a54cd6c443daafae9f4976fc Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 30 Oct 2009 12:18:56 +0000 Subject: Re-tag 2.0-M4 RC1 release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831279 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/Calculator.composite | 49 ++++++++++++++++++++++ .../calculator/AddServiceImpl.componentType | 27 ++++++++++++ .../calculator/CalculatorServiceImpl.componentType | 43 +++++++++++++++++++ .../calculator/DivideServiceImpl.componentType | 27 ++++++++++++ .../calculator/MultiplyServiceImpl.componentType | 27 ++++++++++++ .../calculator/SubtractServiceImpl.componentType | 27 ++++++++++++ 6 files changed, 200 insertions(+) create mode 100644 tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/Calculator.composite create mode 100644 tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType create mode 100644 tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType create mode 100644 tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType create mode 100644 tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType create mode 100644 tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType (limited to 'tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources') diff --git a/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/Calculator.composite b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/Calculator.composite new file mode 100644 index 0000000000..ecee33e072 --- /dev/null +++ b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/Calculator.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType new file mode 100644 index 0000000000..78e169deb4 --- /dev/null +++ b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType new file mode 100644 index 0000000000..5d66becedf --- /dev/null +++ b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType new file mode 100644 index 0000000000..22236ae0d0 --- /dev/null +++ b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType new file mode 100644 index 0000000000..2035d617e5 --- /dev/null +++ b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType new file mode 100644 index 0000000000..fe76f553be --- /dev/null +++ b/tags/java/sca/2.0-M4-RC1/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3