From 560816351081765e0f11f353aee31939158f5ccf Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 17 Jul 2009 08:31:06 +0000 Subject: Tag 2.0 M3 RC5 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795006 13f79535-47bb-0310-9956-ffa450edef68 --- .../calculator/AddServiceImpl.componentType | 27 ++++++++++++++ .../calculator/CalculatorServiceImpl.componentType | 43 ++++++++++++++++++++++ .../calculator/DivideServiceImpl.componentType | 27 ++++++++++++++ .../calculator/MultiplyServiceImpl.componentType | 27 ++++++++++++++ .../calculator/SubtractServiceImpl.componentType | 27 ++++++++++++++ 5 files changed, 151 insertions(+) create mode 100644 tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType create mode 100644 tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType create mode 100644 tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType create mode 100644 tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType create mode 100644 tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType (limited to 'tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator') diff --git a/tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType b/tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType new file mode 100644 index 0000000000..78e169deb4 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC5/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-M3-RC5/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType b/tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType new file mode 100644 index 0000000000..5d66becedf --- /dev/null +++ b/tags/java/sca/2.0-M3-RC5/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-M3-RC5/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType b/tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType new file mode 100644 index 0000000000..22236ae0d0 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC5/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-M3-RC5/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType b/tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType new file mode 100644 index 0000000000..2035d617e5 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC5/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-M3-RC5/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType b/tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType new file mode 100644 index 0000000000..fe76f553be --- /dev/null +++ b/tags/java/sca/2.0-M3-RC5/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3