From f9be2165328dc76f562938566057e89c0723fe08 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:09:40 +0000 Subject: Moving 2.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835137 13f79535-47bb-0310-9956-ffa450edef68 --- .../OSGI-INF/add-component.xml | 25 ++++++++++++ .../OSGI-INF/blueprint/operations-module.xml | 40 ++++++++++++++++++ .../OSGI-INF/divide-component.xml | 25 ++++++++++++ .../OSGI-INF/multiply-component.xml | 25 ++++++++++++ .../OSGI-INF/sca/bundle.componentType | 47 ++++++++++++++++++++++ .../OSGI-INF/sca/bundle.composite | 43 ++++++++++++++++++++ .../OSGI-INF/subtract-component.xml | 25 ++++++++++++ 7 files changed, 230 insertions(+) create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/add-component.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/blueprint/operations-module.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/divide-component.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/multiply-component.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/sca/bundle.componentType create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/sca/bundle.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/subtract-component.xml (limited to 'sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF') diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/add-component.xml b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/add-component.xml new file mode 100644 index 0000000000..99845257ff --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/add-component.xml @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/blueprint/operations-module.xml b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/blueprint/operations-module.xml new file mode 100644 index 0000000000..f6b5f4690e --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/blueprint/operations-module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/divide-component.xml b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/divide-component.xml new file mode 100644 index 0000000000..322d4daf2f --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/divide-component.xml @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/multiply-component.xml b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/multiply-component.xml new file mode 100644 index 0000000000..b9ca777bd8 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/multiply-component.xml @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/sca/bundle.componentType b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/sca/bundle.componentType new file mode 100644 index 0000000000..72e2c339f1 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/sca/bundle.componentType @@ -0,0 +1,47 @@ + + + + + + + + + 1 + ABC + + + + 1 + ABC + + + + 1 + ABC + + + + 1 + ABC + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/sca/bundle.composite b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/sca/bundle.composite new file mode 100644 index 0000000000..253f7d0df1 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/sca/bundle.composite @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/subtract-component.xml b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/subtract-component.xml new file mode 100644 index 0000000000..1472f5a976 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/dosgi-calculator-operations/OSGI-INF/subtract-component.xml @@ -0,0 +1,25 @@ + + + + + + + + -- cgit v1.2.3