add policy and theme products
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / profiles.zcml
diff --git a/src/koehsel.theme/koehsel/theme/profiles.zcml b/src/koehsel.theme/koehsel/theme/profiles.zcml
new file mode 100644 (file)
index 0000000..f0b408a
--- /dev/null
@@ -0,0 +1,22 @@
+<configure
+    xmlns="http://namespaces.zope.org/zope"
+    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
+    i18n_domain="koehsel.theme">
+
+  <genericsetup:registerProfile
+      name="default"
+      title="Koehsel Theme"
+      directory="profiles/default"
+      description='Extension profile for the "Koehsel Theme" Plone theme.'
+      provides="Products.GenericSetup.interfaces.EXTENSION"
+      />
+
+  <genericsetup:importStep
+      name="koehsel.theme.various"
+      title="Koehsel Theme: miscellaneous import steps"
+      description="Various import steps that are not handled by GS import/export handlers."
+      handler="koehsel.theme.setuphandlers.setupVarious">
+    <depends name="skins"/>
+  </genericsetup:importStep>
+
+</configure>