Skip to content

Commit

Permalink
Remove ZCML registration for Products.SiteErrorLog, closes #41.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jul 22, 2016
1 parent 58b3169 commit 1175494
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -219,5 +219,6 @@ Restructuring
- ``Products.MailHost``
- ``Products.MIMETools``
- ``Products.PythonScripts``
- ``Products.SiteErrorLog``
- ``Products.StandardCacheManagers``
- ``Products.ZCTextIndex``
3 changes: 2 additions & 1 deletion buildout.cfg
Expand Up @@ -18,6 +18,7 @@ parts =
requirements
sources-dir = develop
auto-checkout =
Products.SiteErrorLog


[test]
Expand Down Expand Up @@ -54,7 +55,6 @@ eggs =
MultiMapping
Persistence
Products.OFSP
Products.SiteErrorLog
Products.ZCatalog
Record
Zope2
Expand All @@ -70,6 +70,7 @@ eggs =
Products.ExternalMethod
Products.MailHost
Products.PythonScripts
Products.SiteErrorLog
Products.StandardCacheManagers
Products.ZCTextIndex

Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -60,7 +60,6 @@ def _read_file(filename):
'PasteDeploy',
'Persistence',
'Products.OFSP >= 2.13.2',
'Products.SiteErrorLog',
'Products.ZCatalog',
'Record',
'RestrictedPython',
Expand Down
3 changes: 0 additions & 3 deletions src/OFS/deprecated.zcml
Expand Up @@ -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
Expand Down

0 comments on commit 1175494

Please sign in to comment.