[Zope3-checkins] CVS: Zope3/src/zope/app/workflow - meta.zcml:1.3

Jim Fulton jim@zope.com
Mon, 28 Jul 2003 18:22:01 -0400


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

Modified Files:
	meta.zcml 
Log Message:
Fixed misstyped attribute specification


=== Zope3/src/zope/app/workflow/meta.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/workflow/meta.zcml:1.2	Mon Jul 14 09:31:39 2003
+++ Zope3/src/zope/app/workflow/meta.zcml	Mon Jul 28 18:21:53 2003
@@ -12,7 +12,7 @@
       </description>
 
 
-      <attribute name="for" required="yes">
+      <attribute name="interface" required="yes">
         <description>
               The interface of the process definition, 
               this handler can load. 
@@ -36,7 +36,7 @@
       </description>
 
 
-      <attribute name="for" required="yes">
+      <attribute name="interface" required="yes">
         <description>
               The interface of the process definition, 
               this handler can save.