[Zope-CVS] CVS: Packages3/workflow/browser - __init__.py:1.1 configure.zcml:1.1
Ulrich Eck
ueck@net-labs.de
Tue, 4 Feb 2003 16:43:38 -0500
Update of /cvs-repository/Packages3/workflow/browser
In directory cvs.zope.org:/tmp/cvs-serv29525
Added Files:
__init__.py configure.zcml
Log Message:
added browser configuration to be able to add a workflowservice
=== Added File Packages3/workflow/browser/__init__.py ===
=== Added File Packages3/workflow/browser/configure.zcml ===
<zopeConfigure
xmlns='http://namespaces.zope.org/zope'
xmlns:browser='http://namespaces.zope.org/browser'>
<!-- Workflow Service -->
<browser:menuItem
menu="add_component"
for="zope.app.interfaces.container.IAdding"
action="WorkflowService"
title='Workflow Service'
description="A workflow service"
/>
<!-- Workflow Process Definition
This is only a generic placeholder for
future Process Definition implementations
-->
<browser:menuItem
menu="add_component"
for="zope.app.interfaces.container.IAdding"
action="ProcessDefinition"
title='Process Definition'
description="A workflow process definition" />
</zopeConfigure>