
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3096 fd906abe-77d9-0310-91a1-e0d9ade77398
18 lines
480 B
XML
18 lines
480 B
XML
<!-- $Id$ -->
|
|
|
|
<configure
|
|
xmlns="http://namespaces.zope.org/zope"
|
|
xmlns:i18n="http://namespaces.zope.org/i18n"
|
|
i18n_domain="cybertools.organize">
|
|
|
|
<i18n:registerTranslations directory="locales" />
|
|
|
|
<!-- work -->
|
|
|
|
<adapter factory="cybertools.organize.work.WorkItems" />
|
|
|
|
<utility factory="cybertools.organize.work.workItemStates"
|
|
provides="cybertools.stateful.interfaces.IStatesDefinition"
|
|
name="organize.workItemStates" />
|
|
|
|
</configure>
|