Clean up skeleton and remove easyshop stuff into extra branch
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / browser / configure.zcml
diff --git a/src/koehsel.theme/koehsel/theme/browser/configure.zcml b/src/koehsel.theme/koehsel/theme/browser/configure.zcml
deleted file mode 100644 (file)
index 11cb1e0..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<configure
-    xmlns="http://namespaces.zope.org/zope"
-    xmlns:browser="http://namespaces.zope.org/browser"
-    i18n_domain="koehsel.theme">
-
-  <!-- 'Koehsel Theme' Zope 3 browser layer -->
-  <interface
-      interface=".interfaces.IThemeSpecific"
-      type="zope.publisher.interfaces.browser.IBrowserSkinType"
-      name="Koehsel Theme"
-      />
-  
-  <!-- Viewlets registration -->
-  <!-- Zope 3 browser resources -->
-
-  <!-- Resource directory for images -->
-  <browser:resourceDirectory
-      name="koehsel.theme.images"
-      directory="images"
-      layer=".interfaces.IThemeSpecific"
-      />
-
-  <!-- Resource directory for stylesheets -->
-  <browser:resourceDirectory
-      name="koehsel.theme.stylesheets"
-      directory="stylesheets"
-      layer=".interfaces.IThemeSpecific"
-      />
-
-</configure>