[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS - ofs.zcml:1.1.2.18

Steve Alexander steve@cat-box.net
Sun, 26 May 2002 12:10:55 -0400


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

Modified Files:
      Tag: Zope-3x-branch
	ofs.zcml 
Log Message:
Changed MementoBag to Annotations as per collector issue 66
http://collector.zope.org/Zope3-dev/66

Note that this will break pre-existing __memobag__ attributes in
persistent objects.


=== Zope3/lib/python/Zope/App/OFS/ofs.zcml 1.1.2.17 => 1.1.2.18 ===
 
 <include package=".Introspector" file="introspector.zcml" />
-<include package=".Memento" file="memento.zcml" />
+<include package=".Annotation" file="annotation.zcml" />
 
 <include package=".Container" file="container.zcml" />