
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@615 fd906abe-77d9-0310-91a1-e0d9ade77398
47 lines
1.1 KiB
XML
47 lines
1.1 KiB
XML
<!-- $Id$ -->
|
|
|
|
<configure
|
|
xmlns="http://namespaces.zope.org/zope"
|
|
i18n_domain="zope"
|
|
>
|
|
|
|
<!-- Security definitions -->
|
|
|
|
<!-- Content declarations -->
|
|
|
|
<interface
|
|
interface=".interfaces.ITask"
|
|
type="zope.app.content.interfaces.IContentType" />
|
|
|
|
<content class=".task.Task">
|
|
|
|
<implements interface="zope.app.container.interfaces.IContentContainer" />
|
|
|
|
<implements
|
|
interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
|
|
|
|
<implements
|
|
interface="zope.app.workflow.interfaces.IProcessInstanceContainerAdaptable" />
|
|
|
|
<factory
|
|
id="loops.Task"
|
|
description="Task object" />
|
|
|
|
<!-- <require
|
|
permission="zope.View"
|
|
interface="zope.app.container.interfaces.IReadContainer"/> -->
|
|
|
|
<require
|
|
permission="zope.View"
|
|
interface=".interfaces.ITask" />
|
|
|
|
<require
|
|
permission="zope.ManageContent"
|
|
set_schema=".interfaces.ITask" />
|
|
|
|
</content>
|
|
|
|
<!-- Register various browser related components, including all views -->
|
|
<include package=".browser" />
|
|
|
|
</configure>
|