blob: ada1a30d0b675bb1059fc0342092be8d3752c6c7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="Simple Dictionary">
<implementation class="$packageName$.DictionaryImpl"/>
<service>
<provide interface="$packageName$.Dictionary"/>
</service>
</scr:component>