[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/stateful -
configure.zcml:1.11 testobject.zcml:1.4
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:48 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow/stateful
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/workflow/stateful
Modified Files:
configure.zcml testobject.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/stateful/configure.zcml 1.10 => 1.11 ===
--- Zope3/src/zope/app/workflow/stateful/configure.zcml:1.10 Thu Mar 11 07:38:23 2004
+++ Zope3/src/zope/app/workflow/stateful/configure.zcml Sat Mar 13 18:01:16 2004
@@ -13,7 +13,7 @@
interface="zope.app.utility.interfaces.ILocalUtility"
/>
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
/>
<require
permission="zope.workflow.ManageProcessDefinitions"
@@ -40,7 +40,7 @@
interface="zope.app.workflow.interfaces.stateful.IStatefulStatesContainer"
/>
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
/>
</content>
@@ -56,7 +56,7 @@
set_schema="zope.app.workflow.interfaces.stateful.IState"
/>
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
/>
</content>
@@ -72,7 +72,7 @@
"zope.app.workflow.interfaces.stateful.IStatefulTransitionsContainer"
/>
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
/>
</content>
@@ -88,7 +88,7 @@
set_schema="zope.app.workflow.interfaces.stateful.ITransition"
/>
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
/>
</content>
=== Zope3/src/zope/app/workflow/stateful/testobject.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/workflow/stateful/testobject.zcml:1.3 Fri Feb 27 11:50:40 2004
+++ Zope3/src/zope/app/workflow/stateful/testobject.zcml Sat Mar 13 18:01:16 2004
@@ -6,7 +6,7 @@
<content class=".testobject.TestObject">
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"/>
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"/>
<implements interface=
"zope.app.workflow.interfaces.IProcessInstanceContainerAdaptable"/>
More information about the Zope3-Checkins
mailing list