eggification
[Utf8Splitter.git] / Products / Utf8Splitter / overrides.zcml
diff --git a/Products/Utf8Splitter/overrides.zcml b/Products/Utf8Splitter/overrides.zcml
new file mode 100644 (file)
index 0000000..7116899
--- /dev/null
@@ -0,0 +1,12 @@
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:browser="http://namespaces.zope.org/browser"
+           xmlns:five="http://namespaces.zope.org/five"
+           xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
+           xmlns:zcml="http://namespaces.zope.org/zcml"
+           i18n_domain="TextIndexNG3">
+  <utility
+    zcml:condition="installed Products.TextIndexNG3"
+    provides="zopyx.txng3.core.interfaces.INormalizer"
+    component=".txtng3normalizer.Normalizer"
+               />
+</configure>