Clean up skeleton and remove easyshop stuff into extra branch
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / configure.zcml
diff --git a/src/koehsel.theme/koehsel/theme/configure.zcml b/src/koehsel.theme/koehsel/theme/configure.zcml
deleted file mode 100644 (file)
index 9b98b1e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<configure
-    xmlns="http://namespaces.zope.org/zope"
-    xmlns:five="http://namespaces.zope.org/five"
-    xmlns:cmf="http://namespaces.zope.org/cmf"
-    i18n_domain="koehsel.theme">
-
-  <five:registerPackage package="." initialize=".initialize" />
-  <include package=".browser" />
-  <include package=".viewlets" />
-  <include file="skins.zcml" />
-  <include file="profiles.zcml" />
-
-</configure>