
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@646 fd906abe-77d9-0310-91a1-e0d9ade77398
23 lines
534 B
XML
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>
|