<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.relations.services.RelationService.override">

  <require>org.nuxeo.ecm.platform.relations.services.RelationService</require>

  <documentation>

    This service allows the definition of graph types and graphs, and the
    RelationManager interface gives access to the graphs.
  

  </documentation>
  <extension point="graphtypes" target="org.nuxeo.ecm.platform.relations.services.RelationService">
    <graphtype class="org.nuxeo.ecm.platform.relations.CoreGraphFactory" name="core"/>
  </extension>

</component>
