root/qSEOptimizer/tags/1.0.0/overrides.zcml

Revision 946 (checked in by crchemist, 1 year ago)

Added to configure.zcml condition that tests plone.app.viewletmanager installed.

Line 
1 <configure
2     xmlns="http://namespaces.zope.org/zope"
3     xmlns:zcml="http://namespaces.zope.org/zcml">
4     <include zcml:condition="installed plone.app.viewletmanager"
5              package=".browser" />
6
7 </configure>
Note: See TracBrowser for help on using the browser.