source: products/quintagroup.plonetabs/branches/tests/quintagroup/plonetabs/configure.zcml @ 3389

Last change on this file since 3389 was 3381, checked in by potar, 12 years ago

Updated permissions (http://plone.org/documentation/manual/upgrade-guide/version/upgrading-plone-4.0-to-4.1/updating-add-on-products-for-plone-4.1/referencemanual-all-pages)

File size: 945 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.