- fix up ZCML

git-svn-id: http://svn.dataflake.org/svn/Products.LDAPMultiPlugins/trunk@1799 835909ba-7c00-0410-bfa4-884f43845301
This commit is contained in:
jens 2009-06-02 16:02:29 +00:00
parent c878cf44ae
commit f25b9afd44
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
xmlns:zcml="http://namespaces.zope.org/zcml"
i18n_domain="ldapmultiplugins"
>
<!-- Only install GenericSetup handlers if GenericSetup is installed -->
<configure
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
zcml:condition="installed Products.GenericSetup">
<adapter factory=".exportimport.LDAPMultiPluginXMLAdapter"/>