blob: c6bd22bf791aa34c0a64c3bbf973acd5c5e19688 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="FileFetcherWorker">
<implementation class="org.eclipse.smila.importing.crawler.file.FileFetcherWorker"/>
<service>
<provide interface="org.eclipse.smila.taskworker.Worker"/>
</service>
<reference
name="fileCrawlerService"
interface="org.eclipse.smila.importing.crawler.file.FileCrawlerService"
bind="setFileCrawlerService"
unbind="unsetFileCrawlerService"
cardinality="1..1"
policy="static"
/>
</scr:component>