[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/LocalEventService - localEventService.zcml:1.1.2.4.2.2

Jim Fulton jim@zope.com
Mon, 3 Jun 2002 14:25:33 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/LocalEventService
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/App/OFS/Services/LocalEventService

Modified Files:
      Tag: Zope3InWonderland-branch
	localEventService.zcml 
Log Message:
Changed list attribute syntax to be more XML standard.
In particular, list attributes now expect items to be separated by
whitespace, rather than commas.


=== Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/localEventService.zcml 1.1.2.4.2.1 => 1.1.2.4.2.2 ===
                          permission="Zope.View">
     <security:protect 
-              names="bound, unbound, subscribe, unsubscribe, subscribeOnBind,
-              unsubscribedFrom, subscribedTo" 
+              names="bound unbound subscribe unsubscribe subscribeOnBind
+              unsubscribedFrom subscribedTo" 
               permission="Zope.ManageServices" />
     <security:protect
-              names="publishEvent, notify"
+              names="publishEvent notify"
               permission="Zope.View" />
   </security:protectClass>