summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-osgi-runtime/src/test/resources/OSGI-INF/divide-component.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-16 16:15:33 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-16 16:15:33 +0000
commit133a64b919b6e9057d74e852fecc659340aa2faa (patch)
tree5e8c2e142556a3277a226d39a372e1b5568099ff /java/sca/modules/implementation-osgi-runtime/src/test/resources/OSGI-INF/divide-component.xml
parentf2c32d299685ce4f01e9b549a7e079a99d9631b8 (diff)
Change the package names for the calculator
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754925 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/implementation-osgi-runtime/src/test/resources/OSGI-INF/divide-component.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/implementation-osgi-runtime/src/test/resources/OSGI-INF/divide-component.xml b/java/sca/modules/implementation-osgi-runtime/src/test/resources/OSGI-INF/divide-component.xml
index 60a6cef4e1..def7fce23c 100644
--- a/java/sca/modules/implementation-osgi-runtime/src/test/resources/OSGI-INF/divide-component.xml
+++ b/java/sca/modules/implementation-osgi-runtime/src/test/resources/OSGI-INF/divide-component.xml
@@ -18,8 +18,8 @@
* under the License.
-->
<scr:component name="DivideComponent" xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0">
- <implementation class="calculator.operations.DivideServiceImpl" />
+ <implementation class="calculator.dosgi.operations.DivideServiceImpl" />
<service>
- <provide interface="calculator.operations.DivideService" />
+ <provide interface="calculator.dosgi.operations.DivideService" />
</service>
</scr:component>