From 3dd7e2c4da9c80b8182a2d04dc129a67aa7910df Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:06:58 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835121 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-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType create mode 100644 sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType create mode 100644 sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType create mode 100644 sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType create mode 100644 sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType (limited to 'sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator') diff --git a/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType b/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType new file mode 100644 index 0000000000..00c48e5a35 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType b/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType new file mode 100644 index 0000000000..74bedc0a98 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType b/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType new file mode 100644 index 0000000000..289fcc3e11 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType b/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType new file mode 100644 index 0000000000..015d997f6a --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType b/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType new file mode 100644 index 0000000000..6214955141 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3