replace 'localUtility' directive by 'class'

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2775 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2008-07-27 14:33:25 +00:00
parent f7205891ff
commit da513f07a9

View file

@ -5,7 +5,7 @@
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="zope">
<localUtility class=".registry.RelationRegistry">
<class class=".registry.RelationRegistry">
<require
permission="zope.View"
interface=".interfaces.IRelationRegistryQuery"
@ -27,7 +27,7 @@
permission="zope.ManageServices"
/>
<factory id="cybertools.relation.registry.RelationRegistry" />
</localUtility>
</class>
<adapter
for=".interfaces.IRelation"