
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3685 fd906abe-77d9-0310-91a1-e0d9ade77398
15 lines
528 B
XML
15 lines
528 B
XML
<configure xmlns="http://namespaces.zope.org/zope"
|
|
xmlns:browser="http://namespaces.zope.org/browser"
|
|
xmlns:five="http://namespaces.zope.org/five"
|
|
xmlns:zcml="http://namespaces.zope.org/zcml">
|
|
|
|
<!-- All Core Configuration -->
|
|
<include file="base.zcml" package="cybertools.z2.intid" />
|
|
|
|
<!-- Event Subscribers -->
|
|
<include file="subscriber.zcml" package="cybertools.z2.intid" />
|
|
|
|
<!-- CMFCore directoryview exceptions -->
|
|
<!--<include file="cmfdirectoryview.zcml" />-->
|
|
|
|
</configure>
|