From bad1f71da1978610806427e2e2a2f96a2fb5b88e Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 12 Apr 2012 09:14:28 +0000 Subject: Tag 2.0 RC1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1325166 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 sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType create mode 100644 sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType create mode 100644 sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType create mode 100644 sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType create mode 100644 sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType (limited to 'sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator') diff --git a/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType b/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType new file mode 100644 index 0000000000..a6babbfc2f --- /dev/null +++ b/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType b/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType new file mode 100644 index 0000000000..b3a4ac83e9 --- /dev/null +++ b/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType b/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType new file mode 100644 index 0000000000..9238359f76 --- /dev/null +++ b/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType b/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType new file mode 100644 index 0000000000..2fadb54bf1 --- /dev/null +++ b/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType b/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType new file mode 100644 index 0000000000..6ca2df2928 --- /dev/null +++ b/sca-java-2.x/tags/2.0-RC1/testing/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3