[Zope3-checkins] CVS: Zope3/src/zope/app/tentative -
configure.zcml:1.1.2.1
Nathan Yergler
nathan at yergler.net
Thu Apr 1 08:18:47 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/tentative
In directory cvs.zope.org:/tmp/cvs-serv31374/src/zope/app/tentative
Added Files:
Tag: tentative-branch
configure.zcml
Log Message:
Initial checkin of tentative event work;
register the tentative event channel
=== Added File Zope3/src/zope/app/tentative/configure.zcml ===
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:event="http://namespaces.zope.org/event"
>
<event:subscribe
subscriber=".event.tentativeEventNotifierInstance"
event_types="zope.app.event.interfaces.IObjectEvent" />
</configure>
More information about the Zope3-Checkins
mailing list