Skip to main content
summaryrefslogblamecommitdiffstats
blob: ede60b4e88110111e1bdb186b0fe01ad61ef5da2 (plain) (tree)
1
2
3
4
5
6
7
8
                                      
                                                                





                                                                                                                                                                 
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0">
   <implementation class="org.eclipse.osee.framework.messaging.internal.MessageServiceConsole"/>
   <reference bind="setMessageService" cardinality="1..1" interface="org.eclipse.osee.framework.messaging.MessageService" name="MessageService" policy="static"/>
   <service>
      <provide interface="org.eclipse.osgi.framework.console.CommandProvider"/>
   </service>
</scr:component>

Back to the top