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

Steve Alexander steve@cat-box.net
Mon, 3 Jun 2002 18:57:27 -0400


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

Modified Files:
      Tag: Zope3InWonderland-branch
	event.zcml 
Log Message:
wonderland updates to zcml files.


=== Zope3/lib/python/Zope/Event/event.zcml 1.1.2.3 => 1.1.2.3.8.1 ===
 >
 
-<serviceType name='Events' 
+<serviceType id='Events' 
              interface='Zope.Event.IEventService.' />
 
-<service name='Events'
+<service serviceType='Events'
          component='Zope.Event.GlobalEventService.eventService' />
 
 </zopeConfigure>