10 lines
469 B
XML
10 lines
469 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="flintstones.method">
|
|
<implementation class="flintstones.model.method.provider.MethodServiceContextFunction" />
|
|
<property name="service.context.key" type="String" value="flintstones.model.method.service.IMethodService" />
|
|
<service>
|
|
<provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
|
|
</service>
|
|
</scr:component>
|