[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/browser/stateful - configure.zcml:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:47 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/workflow/browser/stateful
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/workflow/browser/stateful

Modified Files:
	configure.zcml 
Log Message:


Created annotation package in zope.app.



Moved annotation interfaces to zope.app.annotation.interfaces.



Moved attributeannotations to zope.app.annotation.attribute.


=== Zope3/src/zope/app/workflow/browser/stateful/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/workflow/browser/stateful/configure.zcml:1.2	Wed Mar  3 05:38:58 2004
+++ Zope3/src/zope/app/workflow/browser/stateful/configure.zcml	Sat Mar 13 18:01:16 2004
@@ -168,7 +168,7 @@
   <zope:adapter
       factory=".filteradapter.FilterAdapter"
       provides=".interfaces.IContentFilterAdapter"
-      for="zope.app.interfaces.annotation.IAttributeAnnotatable"
+      for="zope.app.annotation.interfaces.IAttributeAnnotatable"
       permission="zope.View" /> <!-- XXX is this permission right? -->
 
   <!--include file="testobject.zcml"/-->




More information about the Zope3-Checkins mailing list