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 --- .../dosgi/operations/OSGI-INF/add-component.xml | 25 ++++++++++++++ .../OSGI-INF/blueprint/operations-module.xml | 40 ++++++++++++++++++++++ .../dosgi/operations/OSGI-INF/divide-component.xml | 25 ++++++++++++++ .../operations/OSGI-INF/multiply-component.xml | 25 ++++++++++++++ .../operations/OSGI-INF/subtract-component.xml | 25 ++++++++++++++ 5 files changed, 140 insertions(+) create mode 100644 tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/add-component.xml create mode 100644 tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/blueprint/operations-module.xml create mode 100644 tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/divide-component.xml create mode 100644 tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/multiply-component.xml create mode 100644 tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/subtract-component.xml (limited to 'tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF') diff --git a/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/add-component.xml b/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/add-component.xml new file mode 100644 index 0000000000..99845257ff --- /dev/null +++ b/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/add-component.xml @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/blueprint/operations-module.xml b/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/blueprint/operations-module.xml new file mode 100644 index 0000000000..f6b5f4690e --- /dev/null +++ b/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/blueprint/operations-module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/divide-component.xml b/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/divide-component.xml new file mode 100644 index 0000000000..322d4daf2f --- /dev/null +++ b/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/divide-component.xml @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/multiply-component.xml b/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/multiply-component.xml new file mode 100644 index 0000000000..b9ca777bd8 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/multiply-component.xml @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/subtract-component.xml b/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/subtract-component.xml new file mode 100644 index 0000000000..1472f5a976 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC5/modules/node-impl-osgi/src/test/resources/calculator/dosgi/operations/OSGI-INF/subtract-component.xml @@ -0,0 +1,25 @@ + + + + + + + + -- cgit v1.2.3