blob: 69611749e13bbb1dd8eb8459d71b7eb7422dfc33 [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: Daniel Stucky (empolis GmbH)- initial creator
**********************************************************************************************************************/
-->
<component name="ZipCompoundHandler" immediate="true">
<implementation class="org.eclipse.smila.connectivity.framework.compound.zip.ZipCompoundHandler" />
<service>
<provide interface="org.eclipse.smila.connectivity.framework.compound.CompoundHandler"/>
</service>
<reference
name="compoundCrawlerFactory"
interface="org.osgi.service.component.ComponentFactory"
bind="setCompoundCrawlerFactory"
unbind="unsetCompoundCrawlerFactory"
cardinality="1..1"
policy="dynamic"
target="(component.name=ZipCompoundCrawler)"
/>
</component>