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
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">
[3598]7
[3381]8    <include package="Products.CMFCore" file="permissions.zcml"
9             zcml:condition="have plone-41" />
[3598]10
[815]11    <include package="plone.browserlayer" />
12
[873]13    <i18n:registerTranslations directory="locales" />
14
[43]15    <!-- Set up as a Zope2 product -->
16    <five:registerPackage package="." initialize=".initialize" />
[3598]17
[43]18    <include file="profiles.zcml" />
[3598]19
[43]20    <include package=".browser" />
[3598]21
[884]22    <!-- Javascript testing support -->
[818]23    <configure zcml:condition="have kss_demo_version_1_2">
24        <include package=".tests.selenium" />
[884]25        <include package=".tests.ecmaunits" file="configure-online.zcml" />
[818]26    </configure>
27
[42]28</configure>
Note: See TracBrowser for help on using the repository browser.