<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.iomporter.convert.override">

  <require>org.nuxeo.ecm.platform.iomporter.convert</require>

  <extension point="converter" target="org.nuxeo.ecm.core.convert.service.ConversionServiceImpl">

    <converter class="org.nuxeo.ecm.platform.importer.random.PartialTextExtractor" name="partialTextExtractor">
      <sourceMimeType>text/partial</sourceMimeType>
      <destinationMimeType>text/plain</destinationMimeType>
    </converter>

  </extension>

</component>
