provide adapter declarations for client and instance stuff

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1866 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-08-02 20:19:09 +00:00
parent bf41e3afd4
commit 52cf72da7f

View file

@ -0,0 +1,13 @@
<!-- $Id$ -->
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="zope">
<adapter factory="cybertools.composer.schema.client.ClientFactory" />
<adapter factory="cybertools.composer.schema.instance.ClientInstance" />
<adapter factory="cybertools.composer.schema.instance.ClientInstanceEditor"
name="editor" />
</configure>