[Zope3-checkins] CVS: Packages3/workflow/browser - configure.zcml:1.11

Ulrich Eck ueck@net-labs.de
Wed, 26 Mar 2003 14:24:35 -0500


Update of /cvs-repository/Packages3/workflow/browser
In directory cvs.zope.org:/tmp/cvs-serv27357/browser

Modified Files:
	configure.zcml 
Log Message:
added Workflows Tab to IProcessInstanceContainerAdaptable's
that is a Management View vor StatefulProcessInstances


=== Packages3/workflow/browser/configure.zcml 1.10 => 1.11 ===
--- Packages3/workflow/browser/configure.zcml:1.10	Wed Mar 26 13:27:42 2003
+++ Packages3/workflow/browser/configure.zcml	Wed Mar 26 14:24:05 2003
@@ -106,8 +106,6 @@
 
 <!-- ProcessInstanceContainerAdaptable 
      XXX Commented Out .. is just a demo
--->
-
 <browser:pages
   for="zope.app.interfaces.workflow.IProcessInstanceContainerAdaptable"
   permission="zope.workflow.UseProcessInstances"
@@ -125,6 +123,7 @@
   title="ProcessInstances"
   action="processinstances.html"
   />
+-->
 
 
 <include package=".stateful" />