Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2825b193cf3e0aa2b798275e142a2f283480ea8b (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.ui.keybindings.generic.BindingFactoryImpl">
   <implementation class="org.eclipse.fx.ui.keybindings.generic.BindingFactoryImpl"/>
   <service>
      <provide interface="org.eclipse.fx.ui.keybindings.service.BindingFactory"/>
   </service>
</scr:component>

Back to the top