From 613b275ffa5d7ae0c41b625db231c187b8a136ef Mon Sep 17 00:00:00 2001 From: antelder Date: Wed, 28 Oct 2009 09:54:25 +0000 Subject: Create 2.0 M4 release branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830484 13f79535-47bb-0310-9956-ffa450edef68 --- .../calculator-service-descriptions.xml | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 branches/sca-java-2.0-M4/samples/dosgi-dynamic-calculator/OSGI-INF/remote-service/calculator-service-descriptions.xml (limited to 'branches/sca-java-2.0-M4/samples/dosgi-dynamic-calculator/OSGI-INF/remote-service') diff --git a/branches/sca-java-2.0-M4/samples/dosgi-dynamic-calculator/OSGI-INF/remote-service/calculator-service-descriptions.xml b/branches/sca-java-2.0-M4/samples/dosgi-dynamic-calculator/OSGI-INF/remote-service/calculator-service-descriptions.xml new file mode 100644 index 0000000000..ac73ea98f0 --- /dev/null +++ b/branches/sca-java-2.0-M4/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 -- cgit v1.2.3