Create site extension profile and add dependencies
[zope-bootstrap.git] / src / koehsel.policy / koehsel / policy / configure.zcml
index 600a528..56160c0 100644 (file)
@@ -1,8 +1,24 @@
 <configure
     xmlns="http://namespaces.zope.org/zope"
     xmlns:five="http://namespaces.zope.org/five"
+    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
     i18n_domain="koehsel.policy">
 
   <five:registerPackage package="." initialize=".initialize" />
 
+  <genericsetup:registerProfile
+      name="default"
+      title="Koehsel Site"
+      directory="profiles/default"
+      description='Extension profile for the Koehsel Site.'
+      provides="Products.GenericSetup.interfaces.EXTENSION"
+      />
+
+  <genericsetup:importStep
+      name="koehsel.policy.various"
+      title="Koehsel Theme: miscellaneous import steps"
+      description="Various import steps that are not handled by GS import/export handlers."
+      handler="koehsel.policy.setuphandlers.setupVarious">
+  </genericsetup:importStep>
+
 </configure>