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 ...@@ -219,5 +219,6 @@ Restructuring
- ``Products.MailHost`` - ``Products.MailHost``
- ``Products.MIMETools`` - ``Products.MIMETools``
- ``Products.PythonScripts`` - ``Products.PythonScripts``
- ``Products.SiteErrorLog``
- ``Products.StandardCacheManagers`` - ``Products.StandardCacheManagers``
- ``Products.ZCTextIndex`` - ``Products.ZCTextIndex``
...@@ -18,6 +18,7 @@ parts = ...@@ -18,6 +18,7 @@ parts =
requirements requirements
sources-dir = develop sources-dir = develop
auto-checkout = auto-checkout =
Products.SiteErrorLog
[test] [test]
...@@ -54,7 +55,6 @@ eggs = ...@@ -54,7 +55,6 @@ eggs =
MultiMapping MultiMapping
Persistence Persistence
Products.OFSP Products.OFSP
Products.SiteErrorLog
Products.ZCatalog Products.ZCatalog
Record Record
Zope2 Zope2
...@@ -70,6 +70,7 @@ eggs = ...@@ -70,6 +70,7 @@ eggs =
Products.ExternalMethod Products.ExternalMethod
Products.MailHost Products.MailHost
Products.PythonScripts Products.PythonScripts
Products.SiteErrorLog
Products.StandardCacheManagers Products.StandardCacheManagers
Products.ZCTextIndex Products.ZCTextIndex
......
...@@ -60,7 +60,6 @@ setup( ...@@ -60,7 +60,6 @@ setup(
'PasteDeploy', 'PasteDeploy',
'Persistence', 'Persistence',
'Products.OFSP >= 2.13.2', 'Products.OFSP >= 2.13.2',
'Products.SiteErrorLog',
'Products.ZCatalog', 'Products.ZCatalog',
'Record', 'Record',
'RestrictedPython', 'RestrictedPython',
......
...@@ -15,9 +15,6 @@ ...@@ -15,9 +15,6 @@
<five:deprecatedManageAddDelete <five:deprecatedManageAddDelete
class="Products.SiteAccess.VirtualHostMonster.VirtualHostMonster"/> class="Products.SiteAccess.VirtualHostMonster.VirtualHostMonster"/>
<five:deprecatedManageAddDelete
class="Products.SiteErrorLog.SiteErrorLog.SiteErrorLog"/>
<five:deprecatedManageAddDelete <five:deprecatedManageAddDelete
class="Products.ZCatalog.CatalogAwareness.CatalogAware"/> class="Products.ZCatalog.CatalogAwareness.CatalogAware"/>
<five:deprecatedManageAddDelete <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