blob: 66454d46e875376fb0b7f0f08602afa7a2bdc37d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.2.0" name="org.eclipse.fx.code.editor.e4.DocumentContextFunction">
<implementation class="org.eclipse.fx.code.editor.e4.DocumentContextFunction"/>
<service>
<provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>
<property name="service.context.key" value="org.eclipse.jface.text.IDocument"/>
<reference bind="registerService" cardinality="0..n" interface="org.eclipse.fx.code.editor.services.DocumentTypeProvider" name="registerService" policy="dynamic" policy-option="greedy" unbind="unregisterService"/>
</scr:component>