Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3ffb0736a739d499cd931d55ba7a3a8dcbcd3b9b (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.code.compensator.editor.defaultdocumentfactory">
   <implementation class="org.eclipse.fx.code.compensator.editor.internal.DefaultDocumentFactory"/>
   <service>
      <provide interface="org.eclipse.fx.code.compensator.editor.services.DocumentFactory"/>
   </service>
</scr:component>

Back to the top