[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/LocalEventService - localEventService.zcml:1.1.2.4.2.4
Steve Alexander
steve@cat-box.net
Tue, 4 Jun 2002 06:11:44 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/LocalEventService
In directory cvs.zope.org:/tmp/cvs-serv14594/lib/python/Zope/App/OFS/Services/LocalEventService
Modified Files:
Tag: Zope3InWonderland-branch
localEventService.zcml
Log Message:
more corrections to new zcml.
some bugs in new directives fixed.
stub for "permission" in service declaration, awaiting Jim's checkins.
Zope starts!
=== Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/localEventService.zcml 1.1.2.4.2.3 => 1.1.2.4.2.4 ===
<security:require
permission="Zope.View"
- names="publishEvent notify" />
+ attributes="publishEvent notify" />
<security:require
permission="Zope.ManageServices"
- names="bound unbound subscribe unsubscribe subscribeOnBind
- unsubscribedFrom subscribedTo" />
+ attributes="bound unbound subscribe unsubscribe subscribeOnBind
+ unsubscribedFrom subscribedTo" />
</content>
<service:factoryFromClass
- name='Events'
+ id='Events'
class='.LocalEventService.'
permission='Zope.ManageServices'
title='Events'