Commit 55dc4b19 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Jérome Perrin

Zope2: try to override only if chameleon is installed.

parent 552ffed5
<configure xmlns="http://namespaces.zope.org/zope"> <configure xmlns="http://namespaces.zope.org/zope" xmlns:zcml="http://namespaces.zope.org/zcml" zcml:condition="installed chameleon">
<include package="Products.PageTemplates" /> <include package="Products.PageTemplates" />
<includeOverrides file="overrides.zcml" /> <includeOverrides file="overrides.zcml" />
</configure> </configure>
<configure xmlns="http://namespaces.zope.org/zope"> <configure xmlns="http://namespaces.zope.org/zope" xmlns:zcml="http://namespaces.zope.org/zcml" zcml:condition="installed chameleon">
<utility <utility
provides="zope.pagetemplate.interfaces.IPageTemplateEngine" provides="zope.pagetemplate.interfaces.IPageTemplateEngine"
component="zope.pagetemplate.pagetemplate.PageTemplateEngine"/> component="zope.pagetemplate.pagetemplate.PageTemplateEngine"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment