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

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

PPP fixes

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