Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3ae3bd05a7ba113b20c82a54a9b8e1c52c9f9026 (plain) (blame)
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" immediate="true">
<implementation class="org.eclipse.osee.ote.ui.define.panels.GrayableBranchSelectionComposite"/>
<service> 
 <provide interface="org.osgi.service.event.EventHandler"/>
</service>
 <property name="event.topics" value="framework/access/user/authenticated" />
</scr:component>

Back to the top