cybertools/z2/intid/configure.zcml
helmutm d1110c410e include slightly modified copy of five.intid
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3685 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-01-14 12:12:30 +00:00

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>