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

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

Correct reply notification message template.

File size: 825 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">
[155]7
[815]8    <include package="plone.browserlayer" />
9
[873]10    <i18n:registerTranslations directory="locales" />
11
[43]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" />
[815]20
[884]21    <!-- Javascript testing support -->
[818]22    <configure zcml:condition="have kss_demo_version_1_2">
23        <include package=".tests.selenium" />
[884]24        <include package=".tests.ecmaunits" file="configure-online.zcml" />
[818]25    </configure>
26
[42]27</configure>
Note: See TracBrowser for help on using the repository browser.