Commit 11754946 authored by Hanno Schlichting's avatar Hanno Schlichting

Remove ZCML registration for Products.SiteErrorLog, closes #41.

parent 58b31690
......@@ -219,5 +219,6 @@ Restructuring
- ``Products.MailHost``
- ``Products.MIMETools``
- ``Products.PythonScripts``
- ``Products.SiteErrorLog``
- ``Products.StandardCacheManagers``
- ``Products.ZCTextIndex``
......@@ -18,6 +18,7 @@ parts =
requirements
sources-dir = develop
auto-checkout =
Products.SiteErrorLog
[test]
......@@ -54,7 +55,6 @@ eggs =
MultiMapping
Persistence
Products.OFSP
Products.SiteErrorLog
Products.ZCatalog
Record
Zope2
......@@ -70,6 +70,7 @@ eggs =
Products.ExternalMethod
Products.MailHost
Products.PythonScripts
Products.SiteErrorLog
Products.StandardCacheManagers
Products.ZCTextIndex
......
......@@ -60,7 +60,6 @@ setup(
'PasteDeploy',
'Persistence',
'Products.OFSP >= 2.13.2',
'Products.SiteErrorLog',
'Products.ZCatalog',
'Record',
'RestrictedPython',
......
......@@ -15,9 +15,6 @@
<five:deprecatedManageAddDelete
class="Products.SiteAccess.VirtualHostMonster.VirtualHostMonster"/>
<five:deprecatedManageAddDelete
class="Products.SiteErrorLog.SiteErrorLog.SiteErrorLog"/>
<five:deprecatedManageAddDelete
class="Products.ZCatalog.CatalogAwareness.CatalogAware"/>
<five:deprecatedManageAddDelete
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment