blob: 1e5b8d141c47c8bf967fbe6314d4f2b456a54951 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop">
<implementation class="org.eclipse.osee.template.engine.internal.TemplateRegistryImpl" />
<service>
<provide interface="org.eclipse.osee.template.engine.internal.TemplateRegistry"/>
</service>
<reference bind="setLogger" cardinality="1..1" interface="org.eclipse.osee.logger.Log" name="Log" policy="static"/>
</scr:component>