Skip to content

Commit

Permalink
Add configure.zcml with deprecatedManageAddDelete directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jul 22, 2016
1 parent 03f1cd6 commit 52b5eb0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
@@ -1,9 +1,10 @@
Changelog
=========

3.0.1 (unreleased)
------------------
4.0 (unreleased)
----------------

- Add configure.zcml with deprecatedManageAddDelete directive.

3.0 (2016-07-19)
----------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -17,7 +17,7 @@

setup(
name='Products.SiteErrorLog',
version='3.0.1.dev0',
version='4.0.dev0',
url='http://pypi.python.org/pypi/Products.SiteErrorLog',
license='ZPL 2.1',
description="Error log for Zope 2.",
Expand All @@ -44,7 +44,7 @@
'Acquisition',
'transaction',
'zExceptions',
'Zope2',
'Zope2 >= 4.0.dev0',
'zope.component',
'zope.interface',
'zope.event',
Expand Down
7 changes: 7 additions & 0 deletions src/Products/SiteErrorLog/configure.zcml
@@ -0,0 +1,7 @@
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:five="http://namespaces.zope.org/five">

<five:deprecatedManageAddDelete
class="Products.SiteErrorLog.SiteErrorLog.SiteErrorLog"/>

</configure>

0 comments on commit 52b5eb0

Please sign in to comment.