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

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Mar 21 19:52:17 EST 2004


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

Modified Files:
	configure.zcml 
Log Message:


Added tool directive for local Tools UI.




=== Zope3/src/zope/app/workflow/browser/stateful/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/workflow/browser/stateful/configure.zcml:1.3	Sat Mar 13 18:01:16 2004
+++ Zope3/src/zope/app/workflow/browser/stateful/configure.zcml	Sun Mar 21 19:52:17 2004
@@ -2,6 +2,13 @@
    xmlns:zope="http://namespaces.zope.org/zope"
    xmlns="http://namespaces.zope.org/browser">
 
+  <tool
+      interface="zope.app.workflow.interfaces.IProcessDefinition"
+      title="Workflow Process Definitions"
+      description="Process Definitions are used to define the way a workflow
+      will behave."
+      />
+
 <!-- Stateful Workflow Process Definition -->
 
   <menuItem




More information about the Zope3-Checkins mailing list