cybertools/lazynamespace/configure.zcml
helmutm 3ea664a763 a whole bunch of work mainly introducing viewlet stuff; and a few renames...
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@646 fd906abe-77d9-0310-91a1-e0d9ade77398
2005-10-31 15:44:01 +00:00

23 lines
534 B
XML

<!-- $Id$ -->
<configure
xmlns="http://namespaces.zope.org/zope"
i18n_domain="zope"
>
<!-- Security definitions -->
<!-- Content declarations -->
<adapter
for="zope.interface.Interface
zope.app.publisher.interfaces.browser.IBrowserRequest"
provides=".interfaces.ILazyNamespace"
factory=".lazynamespace.LazyNamespace"
permission="zope.Public"
/>
<!-- Register various browser related components, including all views -->
<!--include package=".browser" /-->
</configure>