blob: cd8ac35ea4e34970ac1e618100c89134305c6782 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop" name="org.eclipse.osee.ote.internal.RemoteMessageServiceHandler">
<implementation class="org.eclipse.osee.ote.internal.RemoteMessageServiceHandler"/>
<reference bind="bindIRemoteMessageService" cardinality="1..1" interface="org.eclipse.osee.ote.message.interfaces.IRemoteMessageService" name="IRemoteMessageService" policy="static" unbind="unbindIRemoteMessageService"/>
<reference bind="bindEventAdmin" cardinality="1..1" interface="org.osgi.service.event.EventAdmin" name="EventAdmin" policy="static" unbind="unbindEventAdmin"/>
</scr:component>