From a3c48da9bb8971497d414f86e352123d95b9c3da Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 20 Nov 2009 23:53:35 +0000 Subject: Moving 2.x trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68 --- .../OSGI-INF/blueprint/calculator-module.xml | 43 +++++++++++++++ .../OSGI-INF/calculator-component.xml | 36 +++++++++++++ .../calculator-service-descriptions.xml | 61 ++++++++++++++++++++++ .../OSGI-INF/sca-config/calculator-config.xml | 32 ++++++++++++ 4 files changed, 172 insertions(+) create mode 100644 sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/blueprint/calculator-module.xml create mode 100644 sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/calculator-component.xml create mode 100644 sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/remote-service/calculator-service-descriptions.xml create mode 100644 sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/sca-config/calculator-config.xml (limited to 'sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF') diff --git a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/blueprint/calculator-module.xml b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/blueprint/calculator-module.xml new file mode 100644 index 0000000000..fd834e12ef --- /dev/null +++ b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/blueprint/calculator-module.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/calculator-component.xml b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/calculator-component.xml new file mode 100644 index 0000000000..5daaa59aae --- /dev/null +++ b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/calculator-component.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + diff --git a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/remote-service/calculator-service-descriptions.xml b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/remote-service/calculator-service-descriptions.xml new file mode 100644 index 0000000000..ac73ea98f0 --- /dev/null +++ b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/remote-service/calculator-service-descriptions.xml @@ -0,0 +1,61 @@ + + + + + + + + + org.osgi.sca + + addService + + {http://sample}Add + + + + + org.osgi.sca + + subtractService + + {http://sample}Subtract + + + + + org.osgi.sca + + multiplyService + + {http://sample}Multiply + + + + + org.osgi.sca + + divideService + + {http://sample}Divide + + \ No newline at end of file diff --git a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/sca-config/calculator-config.xml b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/sca-config/calculator-config.xml new file mode 100644 index 0000000000..878ef9c18e --- /dev/null +++ b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/OSGI-INF/sca-config/calculator-config.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3