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

Martijn Faassen m.faassen at vet.uu.nl
Tue May 11 05:11:09 EDT 2004


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

Modified Files:
      Tag: faassen-interfaces-branch
	configure.zcml 
Log Message:
Sync up with changes in HEAD (so I can generate up to date patch file).


=== Zope3/src/zope/app/workflow/stateful/configure.zcml 1.13 => 1.13.2.1 ===
--- Zope3/src/zope/app/workflow/stateful/configure.zcml:1.13	Sat Apr 24 19:18:25 2004
+++ Zope3/src/zope/app/workflow/stateful/configure.zcml	Tue May 11 05:10:32 2004
@@ -96,6 +96,14 @@
   <factory
     id="ContentWorkflowsManager"
   />
+
+  <implements
+      interface="zope.app.utility.interfaces.ILocalUtility" 
+      />
+  <implements 
+      interface="zope.app.annotation.interfaces.IAttributeAnnotatable" 
+      />
+
   <require
     permission="zope.ManageServices"
     interface=".interfaces.IContentWorkflowsManager"




More information about the Zope3-Checkins mailing list