Importation initiale.
[Utf8Splitter.git] / overrides.zcml
1 <configure xmlns="http://namespaces.zope.org/zope"
2 xmlns:browser="http://namespaces.zope.org/browser"
3 xmlns:five="http://namespaces.zope.org/five"
4 xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
5 xmlns:zcml="http://namespaces.zope.org/zcml"
6 i18n_domain="TextIndexNG3">
7 <utility
8 zcml:condition="installed Products.TextIndexNG3"
9 provides="zopyx.txng3.core.interfaces.INormalizer"
10 component=".txtng3normalizer.Normalizer"
11 />
12 </configure>