From df5daa9ea4bb53f0af478229b1baec8ebe5e6272 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 19 Mar 2009 10:30:43 +0000 Subject: Test tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755898 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 sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/Calculator.composite create mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType create mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType create mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType create mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType create mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType (limited to 'sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources') diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/Calculator.composite b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/Calculator.composite new file mode 100644 index 0000000000..1245792edb --- /dev/null +++ b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/Calculator.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType new file mode 100644 index 0000000000..78e169deb4 --- /dev/null +++ b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType new file mode 100644 index 0000000000..5d66becedf --- /dev/null +++ b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType new file mode 100644 index 0000000000..22236ae0d0 --- /dev/null +++ b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType new file mode 100644 index 0000000000..2035d617e5 --- /dev/null +++ b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType new file mode 100644 index 0000000000..fe76f553be --- /dev/null +++ b/sandbox/ant/sca/tags/2.0-M2/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3