[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/stateful - configure.zcml:1.2
Jim Fulton
jim@zope.com
Sat, 21 Jun 2003 17:22:47 -0400
Update of /cvs-repository/Zope3/src/zope/app/workflow/stateful
In directory cvs.zope.org:/tmp/cvs-serv2745/src/zope/app/workflow/stateful
Modified Files:
configure.zcml
Log Message:
Major refactoring to reflect change in terminology from
"configuration" to "registration" to refer to the configuration of how
objects are used (as opposed to their internal configuration).
=== Zope3/src/zope/app/workflow/stateful/configure.zcml 1.1 => 1.2 ===
--- 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 Sat Jun 21 17:22:16 2003
@@ -11,8 +11,10 @@
/>
<require
permission="zope.workflow.ManageProcessDefinitions"
- interface="zope.app.interfaces.workflow.stateful.IStatefulProcessDefinition"
- set_schema="zope.app.interfaces.workflow.stateful.IStatefulProcessDefinition"
+ interface="
+ zope.app.interfaces.workflow.stateful.IStatefulProcessDefinition"
+ set_schema="
+ zope.app.interfaces.workflow.stateful.IStatefulProcessDefinition"
/>
<require
permission="zope.workflow.ManageProcessDefinitions"
@@ -22,7 +24,7 @@
interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
/>
<implements
- interface="zope.app.interfaces.services.configuration.IUseConfigurable"
+ interface="zope.app.interfaces.services.registration.IRegisterable"
/>
</content>