Files
AFRYCA/plugins/afryca.structure.gui/OSGI-INF/structure_gui_service_context_function.xml
T
2026-05-22 11:14:29 +02:00

9 lines
473 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="afryca.structure.gui">
<implementation class="afryca.structure.gui.service.provider.UIStructureServiceContextFunction"/>
<property name="service.context.key" type="String" value="afryca.structure.gui.service.IUIStructureService"/>
<service>
<provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>
</scr:component>