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

Steve Alexander steve@cat-box.net
Mon, 17 Jun 2002 15:34:03 -0400


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

Added Files:
	configure.zcml 
Removed Files:
	localEventService.zcml 
Log Message:
changed foo-meta.zcml in tests to meta.zcml
changed zcml filenames to configure.zcml where feasible, and removed
the file attribute of include directives where I could.


=== Added File Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/configure.zcml ===
<zopeConfigure
   xmlns='http://namespaces.zope.org/zope'
   xmlns:security='http://namespaces.zope.org/security'
   xmlns:zmi='http://namespaces.zope.org/zmi'
   xmlns:browser='http://namespaces.zope.org/browser'
   xmlns:service='http://namespaces.zope.org/service'
>

  <content class='.LocalEventService.'>
    <security:require
        permission="Zope.View"
        attributes="publishEvent notify" />
    <security:require
        permission="Zope.ManageServices"
        attributes="bound unbound subscribe unsubscribe subscribeOnBind
                    unsubscribedFrom subscribedTo" />
  </content>
  
<zmi:icon for=".LocalEventService.ILocalEventService" 
          file="./event_service.gif" />

  <service:factoryFromClass
      id='Events'
      class='.LocalEventService.'
      permission='Zope.ManageServices'
      title='Events'
      description='An event service: use sparingly' />

  <include package=".Views" />

</zopeConfigure>

=== Removed File Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/localEventService.zcml ===