[Zope-Checkins] CVS: Zope3/lib/python/Zope/Event - event-meta.zcml:1.1.2.1

Steve Alexander steve@cat-box.net
Sat, 23 Feb 2002 09:09:00 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Event
In directory cvs.zope.org:/tmp/cvs-serv28096

Added Files:
      Tag: Zope-3x-branch
	event-meta.zcml 
Log Message:
Added meta zcml for subscribing to the event service.



=== Added File Zope3/lib/python/Zope/Event/event-meta.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
  
  <!-- Zope.Event -->
  <directives namespace="http://namespaces.zope.org/event">
    <directive name="subscribe" attributes="subscriber, interfaces, filter"
       handler="Zope.Event.metaConfigure.subscribe" />
  </directives>

<!--

  put in a  metaConfigure.py
  test it, remembering to clean up for the link made with the event service

  -->
  

</zopeConfigure>