Files
Francisco Jesús Martínez Mimbrera 759a8968a2 public code v1
2026-05-23 00:32:57 +02:00

10 lines
477 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="operator context function">
<implementation class="flintstones.operator.provider.OperatorServiceContextFunction" />
<property name="service.context.key" type="String" value="flintstones.operator.service.IOperatorService" />
<service>
<provide interface="org.eclipse.e4.core.contexts.IContextFunction" />
</service>
</scr:component>