Skip to main content
summaryrefslogtreecommitdiffstats
blob: bea44d27e1bb3bc9a7bcd23fde6086bd46d3e787 (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" name="org.eclipse.osee.orcs.core.internal.attribute.AttributeClassResolver">
   <implementation class="org.eclipse.osee.orcs.core.internal.attribute.AttributeClassResolver"/>
   <reference interface="org.eclipse.osee.logger.Log" name="Log" cardinality="1..1" policy="static" bind="setLogger" />
   <reference bind="addProvider" cardinality="1..n" interface="org.eclipse.osee.orcs.core.AttributeClassProvider" name="AttributeClassProvider" policy="dynamic" unbind="removeProvider"/>
</scr:component>

Back to the top