blob: 66a3b14288dd22aa9ee491dc107e346a6e951743 [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" immediate="true" name="org.eclipse.osee.ote.core.statusboard">
<implementation class="org.eclipse.osee.ote.core.environment.status.StatusBoard"/>
<reference bind="bindEventAdmin" cardinality="1..1" interface="org.osgi.service.event.EventAdmin" name="EventAdmin" policy="static" unbind="unbindEventAdmin"/>
<service>
<provide interface="org.eclipse.osee.ote.core.environment.status.OTEStatusBoard"/>
</service>
</scr:component>