Create site extension profile and add dependencies
[zope-bootstrap.git] / src / koehsel.policy / koehsel / policy / configure.zcml
1 <configure
2     xmlns="http://namespaces.zope.org/zope"
3     xmlns:five="http://namespaces.zope.org/five"
4     xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
5     i18n_domain="koehsel.policy">
6
7   <five:registerPackage package="." initialize=".initialize" />
8
9   <genericsetup:registerProfile
10       name="default"
11       title="Koehsel Site"
12       directory="profiles/default"
13       description='Extension profile for the Koehsel Site.'
14       provides="Products.GenericSetup.interfaces.EXTENSION"
15       />
16
17   <genericsetup:importStep
18       name="koehsel.policy.various"
19       title="Koehsel Theme: miscellaneous import steps"
20       description="Various import steps that are not handled by GS import/export handlers."
21       handler="koehsel.policy.setuphandlers.setupVarious">
22   </genericsetup:importStep>
23
24 </configure>