Auto-create initial PloneSite instance on zope startup
[zope-bootstrap.git] / src / koehsel.policy / koehsel / policy / configure.zcml
index 56160c0..ab82b3b 100644 (file)
@@ -5,20 +5,6 @@
     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>
+  <include file="profiles.zcml" />
 
 </configure>