Changeset 946

Show
Ignore:
Timestamp:
09/03/07 07:42:19
Author:
crchemist
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qSEOptimizer/branches/qSEOptimizer-plone-3.0/overrides.zcml

    r914 r946  
    11<configure 
    2     xmlns="http://namespaces.zope.org/zope"> 
    3     <include package=".browser" /> 
     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" /> 
    46 
    57</configure>