blob: 855a7484de7e6e707e5bc14a306881d78f85120c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/***********************************************************************************************************************
* Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. All rights reserved. This program and the accompanying
* materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Ivan Churkin (brox IT Solutions GmbH) - initial creator
**********************************************************************************************************************/
-->
<component name="WebCrawler" immediate="false" factory="CrawlerFactory">
<implementation class="org.eclipse.smila.connectivity.framework.crawler.web.WebCrawler" />
<service>
<provide interface="org.eclipse.smila.connectivity.framework.Crawler"/>
</service>
<reference name="ParserManager"
interface="org.eclipse.smila.connectivity.framework.crawler.web.parse.ParserManager"
bind="setParserManager" unbind="unsetParserManager"
cardinality="1..1" />
</component>