9 lines
476 B
XML
9 lines
476 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="DomainGUIService context function">
|
|
<implementation class="afryca.domain.gui.service.provider.DomainGUIServiceContextFunction"/>
|
|
<property name="service.context.key" type="String" value="afryca.domain.gui.service.IDomainGUIService"/>
|
|
<service>
|
|
<provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
|
|
</service>
|
|
</scr:component>
|