
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3685 fd906abe-77d9-0310-91a1-e0d9ade77398
16 lines
543 B
XML
16 lines
543 B
XML
<configure xmlns="http://namespaces.zope.org/zope"
|
|
xmlns:five="http://namespaces.zope.org/five">
|
|
<include file="subscriber.zcml" />
|
|
<include file="cmfdirectoryview.zcml" />
|
|
<include package="zope.app.keyreference" />
|
|
<subscriber
|
|
handler=".tests.setNotified"
|
|
for="zope.app.intid.interfaces.IIntIdAddedEvent"
|
|
/>
|
|
<subscriber
|
|
handler=".tests.setNotified"
|
|
for="zope.app.intid.interfaces.IIntIdRemovedEvent"
|
|
/>
|
|
|
|
<includeOverrides file="overrides.zcml" package="five.intid"/>
|
|
</configure>
|