Clean up skeleton and remove easyshop stuff into extra branch
[zope-bootstrap.git] / src / koehsel.policy / koehsel / policy / profiles.zcml
diff --git a/src/koehsel.policy/koehsel/policy/profiles.zcml b/src/koehsel.policy/koehsel/policy/profiles.zcml
deleted file mode 100644 (file)
index 86474da..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<configure
-    xmlns="http://namespaces.zope.org/zope"
-    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
-    i18n_domain="koehsel.theme">
-
-  <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.content"
-      title="Koehsel Site: initial site setup"
-      description="Create and customize initial site content."
-      handler=".setuphandlers.siteSetup">
-    <depends name="plone-content"/>
-  </genericsetup:importStep>
-
-</configure>