[Zope3-checkins] CVS: Zope3/src/zope/app/dublincore - configure.zcml:1.1.2.3

Guido van Rossum guido@python.org
Tue, 24 Dec 2002 14:27:18 -0500


Update of /cvs-repository/Zope3/src/zope/app/dublincore
In directory cvs.zope.org:/tmp/cvs-serv32672/src/zope/app/dublincore

Modified Files:
      Tag: NameGeddon-branch
	configure.zcml 
Log Message:
Fixed up a large number of zcml files.
Not enough to get z3.py to run though...

=== Zope3/src/zope/app/dublincore/configure.zcml 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/dublincore/configure.zcml:1.1.2.2	Tue Dec 24 07:51:03 2002
+++ Zope3/src/zope/app/dublincore/configure.zcml	Tue Dec 24 14:26:48 2002
@@ -9,15 +9,13 @@
       for="zope.app.interfaces.annotation.IAnnotatable" />
 
   <event:subscribe 
-      subscriber = ".TimeAnnotators.ModifiedAnnotator"
+      subscriber = ".timeannotators.ModifiedAnnotator"
       event_types = "zope.app.interfaces.event.IObjectModifiedEvent"
       />
 
   <event:subscribe 
-      subscriber = ".TimeAnnotators.CreatedAnnotator"
+      subscriber = ".timeannotators.CreatedAnnotator"
       event_types = "zope.app.interfaces.event.IObjectCreatedEvent"
       />
-
-  <include package=".Browser" />
 
 </zopeConfigure>