source: products/quintagroup.plonetabs/trunk/quintagroup/plonetabs/configure.zcml @ 3598

Last change on this file since 3598 was 3598, checked in by vmaksymiv, 12 years ago

PPP fixes

File size: 925 bytes
RevLine 
[42]1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
[815]4    xmlns:zcml="http://namespaces.zope.org/zcml"
[873]5    xmlns:i18n="http://namespaces.zope.org/i18n"
[42]6    i18n_domain="quintagroup.plonetabs">
[3598]7
[3381]8    <include package="Products.CMFCore" file="permissions.zcml"
9             zcml:condition="have plone-41" />
[3598]10
[815]11    <include package="plone.browserlayer" />
12
[873]13    <i18n:registerTranslations directory="locales" />
14
[43]15    <!-- Set up as a Zope2 product -->
16    <five:registerPackage package="." initialize=".initialize" />
[3598]17
[43]18    <include file="profiles.zcml" />
[3598]19
[43]20    <include package=".browser" />
[3598]21
[43]22    <include package=".plugins" />
[815]23
[884]24    <!-- Javascript testing support -->
[818]25    <configure zcml:condition="have kss_demo_version_1_2">
26        <include package=".tests.selenium" />
[884]27        <include package=".tests.ecmaunits" file="configure-online.zcml" />
[818]28    </configure>
29
[42]30</configure>
Note: See TracBrowser for help on using the repository browser.