Clean up skeleton and remove easyshop stuff into extra branch
[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
deleted file mode 100644 (file)
index f0b408a..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 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>