[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/browser/stateful
- configure.zcml:1.2
Philipp von Weitershausen
philikon at philikon.de
Wed Mar 3 05:39:29 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow/browser/stateful
In directory cvs.zope.org:/tmp/cvs-serv7814/workflow/browser/stateful
Modified Files:
configure.zcml
Log Message:
Moved container interfaces from zope.app.interfaces.container to
zope.app.container.interfaces.
=== Zope3/src/zope/app/workflow/browser/stateful/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/workflow/browser/stateful/configure.zcml:1.1 Fri Feb 27 11:50:38 2004
+++ Zope3/src/zope/app/workflow/browser/stateful/configure.zcml Wed Mar 3 05:38:58 2004
@@ -6,7 +6,7 @@
<menuItem
menu="add_component"
- for="zope.app.interfaces.container.IAdding"
+ for="zope.app.container.interfaces.IAdding"
action="StatefulProcessDefinition"
title="Stateful Process Definition"
description="A stateful workflow process definition" />
@@ -122,7 +122,7 @@
<!-- ContentWorkflowsUtility -->
<menuItem
menu="add_component"
- for="zope.app.interfaces.container.IAdding"
+ for="zope.app.container.interfaces.IAdding"
action="ContentWorkflowsManager"
title="Content Workflows Manager"
description="An utility to manage content and workflow interaction." />
@@ -157,7 +157,7 @@
<page
- for="zope.app.interfaces.container.IContentContainer"
+ for="zope.app.container.interfaces.IContentContainer"
permission="zope.View"
class="zope.app.workflow.browser.stateful.content_filter.FilterList"
name="published_content.html"
More information about the Zope3-Checkins
mailing list