
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2935 fd906abe-77d9-0310-91a1-e0d9ade77398
24 lines
801 B
XML
24 lines
801 B
XML
<!-- $Id$ -->
|
|
|
|
<configure
|
|
xmlns:zope="http://namespaces.zope.org/zope"
|
|
xmlns:browser="http://namespaces.zope.org/browser"
|
|
i18n_domain="zope">
|
|
|
|
<zope:utility factory="loops.config.base.GlobalOptions" />
|
|
|
|
<zope:adapter factory="loops.config.base.LoopsOptions" trusted="True" />
|
|
<zope:class class="loops.config.base.LoopsOptions">
|
|
<allow interface="cybertools.meta.interfaces.IOptions" />
|
|
</zope:class>
|
|
|
|
<zope:adapter factory="loops.config.base.QueryOptions" trusted="True" />
|
|
<zope:class class="loops.config.base.QueryOptions">
|
|
<allow interface="cybertools.meta.interfaces.IOptions" />
|
|
</zope:class>
|
|
|
|
<!-- backward compatibility -->
|
|
<zope:adapter factory="loops.config.base.QueryOptions" trusted="True"
|
|
for="loops.query.IQueryConcept" />
|
|
|
|
</configure>
|