[Zope3-checkins] CVS: Products3/db2DA - configure.zcml:1.2

Christian Theune ct@gocept.com
Fri, 13 Dec 2002 14:51:57 -0500


Update of /cvs-repository/Products3/db2DA
In directory cvs.zope.org:/tmp/cvs-serv20092/db2DA

Modified Files:
	configure.zcml 
Log Message:
- fixed some debugging code (print statement)
- catched up with the refactoring for AttributeAnnotatable


=== Products3/db2DA/configure.zcml 1.1 => 1.2 ===
--- Products3/db2DA/configure.zcml:1.1	Thu Dec 12 08:24:14 2002
+++ Products3/db2DA/configure.zcml	Fri Dec 13 14:51:25 2002
@@ -2,6 +2,8 @@
     xmlns='http://namespaces.zope.org/zope'>
 
     <content class=".Adapter.db2Adapter">
+        <implements 
+           interface="Zope.App.OFS.Annotation.IAttributeAnnotatable." />
         <factory id="db2DA"
                 permission="Zope.Public" />
         <require permission="Zope.Public"