[Zope-CVS] CVS: Packages3/workflow - configure.zcml:1.6
Michael Howitz
mh+zope@gocept.com
Wed, 26 Mar 2003 10:24:56 -0500
Update of /cvs-repository/Packages3/workflow
In directory cvs.zope.org:/tmp/cvs-serv26142
Modified Files:
configure.zcml
Log Message:
new view for stateful workflow (to do transitions)
=== Packages3/workflow/configure.zcml 1.5 => 1.6 ===
--- Packages3/workflow/configure.zcml:1.5 Wed Mar 19 12:00:41 2003
+++ Packages3/workflow/configure.zcml Wed Mar 26 10:24:26 2003
@@ -89,7 +89,14 @@
provides="zope.app.interfaces.workflow.IProcessInstanceContainer"
for="zope.app.interfaces.annotation.IAnnotatable" />
-
+<!-- Workflow Import/Export Utility -->
+<!--
+<utility
+ component=".globalimportexport.globalImportExport"
+ provides="zope.app.interfaces.workflow.IProcessDefinitionImportExport"
+ permission="zope.workflow.ManageProcessDefinitions"
+ />
+-->
<include package=".stateful" />
</zopeConfigure>