source: products/quintagroup.plonetabs/branches/nokss/quintagroup/plonetabs/configure.zcml @ 3681

Last change on this file since 3681 was 3680, checked in by mike, 11 years ago

rewrite kss actions via jquery ajax; remove all related to kss resources

File size: 889 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    <!-- Javascript testing support -->
23    <configure zcml:condition="have kss_demo_version_1_2">
24        <include package=".tests.selenium" />
25        <include package=".tests.ecmaunits" file="configure-online.zcml" />
26    </configure>
27
28</configure>
Note: See TracBrowser for help on using the repository browser.