<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:plone="http://namespaces.plone.org/plone"
           i18n_domain="plone.z3cform">

    <include file="configure.zcml" package="Products.Five"/>
    <include file="meta.zcml" package="z3c.form"/>
    <include file="configure.zcml" package="z3c.form"/>

    <includeOverrides file="overrides.zcml" package="plone.z3cform"/>
    <include file="configure.zcml" package="plone.z3cform"/>

</configure>

