blob: e9132d094ef71d1819e68bbbdf34770fbc700768 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" deactivate="deactivate" name="org.eclipse.osbp.mondrian.MondrianManager">
<service>
<provide interface="org.eclipse.osbp.mondrian.api.IMondrianManager"/>
</service>
<reference bind="addIMondrianService" cardinality="0..n" interface="org.eclipse.osbp.mondrian.api.IMondrianService" name="IMondrianService" policy="dynamic" unbind="removeIMondrianService"/>
<implementation class="org.eclipse.osbp.mondrian.MondrianManager"/>
</scr:component>