]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.fastlz/OSGI-INF/component.xml
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.fastlz / OSGI-INF / component.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.simantics.fastlz">
3    <implementation class="org.simantics.fastlz.FastLZCodec"/>
4    <service>
5       <provide interface="org.simantics.compressions.CompressionCodec"/>
6    </service>
7 </scr:component>