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

Last change on this file since 884 was 884, checked in by mylan, 17 years ago

Correct reply notification message template.

File size: 825 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="plone.browserlayer" />
9
10    <i18n:registerTranslations directory="locales" />
11
12    <!-- Set up as a Zope2 product -->
13    <five:registerPackage package="." initialize=".initialize" />
14   
15    <include file="profiles.zcml" />
16   
17    <include package=".browser" />
18   
19    <include package=".plugins" />
20
21    <!-- Javascript testing support -->
22    <configure zcml:condition="have kss_demo_version_1_2">
23        <include package=".tests.selenium" />
24        <include package=".tests.ecmaunits" file="configure-online.zcml" />
25    </configure>
26
27</configure>
Note: See TracBrowser for help on using the repository browser.