[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Annotation - annotation.zcml:1.1.2.1.2.1

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


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

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


=== Zope3/lib/python/Zope/App/OFS/Annotation/annotation.zcml 1.1.2.1 => 1.1.2.1.2.1 ===
 >
 
-<adapter
-    factory=".AttributeAnnotations."
-    provides=".IAnnotations."
-    for=".IAttributeAnnotatable." />
+  <adapter
+      factory=".AttributeAnnotations."
+      provides=".IAnnotations."
+      for=".IAttributeAnnotatable." />
 
 </zopeConfigure>