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

Steve Alexander steve@cat-box.net
Thu, 15 May 2003 10:50:04 -0400


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

Modified Files:
      Tag: stevea-decorators-branch
	configure.zcml 
Log Message:
More work on Decorators.
Converted existing tests to use decorators instead of ZopeContainerAdapter.


=== Zope3/src/zope/app/workflow/stateful/configure.zcml 1.1 => 1.1.2.1 ===
--- Zope3/src/zope/app/workflow/stateful/configure.zcml:1.1	Thu May  8 13:27:19 2003
+++ Zope3/src/zope/app/workflow/stateful/configure.zcml	Thu May 15 10:49:33 2003
@@ -22,8 +22,9 @@
       interface="zope.app.interfaces.annotation.IAttributeAnnotatable" 
       />
   <implements 
-      interface="zope.app.interfaces.services.configuration.IUseConfigurable" 
+      interface="zope.app.interfaces.services.configuration.IUseConfigurable"
       />
+  <decorate decorator="zope.app.container.contextdecorator" type="context" />
 </content>
 
 
@@ -42,6 +43,7 @@
   <implements 
       interface="zope.app.interfaces.annotation.IAttributeAnnotatable" 
       />
+  <decorate decorator="zope.app.container.contextdecorator" type="context" />
 </content>
 
 <!-- State -->
@@ -75,6 +77,7 @@
   <implements 
       interface="zope.app.interfaces.annotation.IAttributeAnnotatable" 
       />
+  <decorate decorator="zope.app.container.contextdecorator" type="context" />
 </content>
 
 <!-- Transition -->