]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.suite.e4/OSGI-INF/systemE4Service.xml
Fix Eclipse 3 build
[gpl/argeo-suite.git] / org.argeo.suite.e4 / OSGI-INF / systemE4Service.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="System E4 Service">
3 <implementation class="org.argeo.connect.e4.SystemE4ServiceFunction"/>
4 <service>
5 <provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
6 </service>
7 <reference bind="addAppService" cardinality="0..n" interface="org.argeo.connect.ui.AppWorkbenchService" name="AppWorkbenchService" policy="dynamic" unbind="removeAppService"/>
8 <property name="service.context.key" type="String" value="org.argeo.connect.ui.SystemWorkbenchService"/>
9 </scr:component>