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

Last change on this file since 818 was 818, checked in by koval, 17 years ago

added PASMemberdataHandler, modified product tests

File size: 605 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    i18n_domain="quintagroup.plonetabs">
6
7    <include package="plone.browserlayer" />
8
9    <!-- Set up as a Zope2 product -->
10    <five:registerPackage package="." initialize=".initialize" />
11   
12    <include file="profiles.zcml" />
13   
14    <include package=".browser" />
15   
16    <include package=".plugins" />
17
18    <configure zcml:condition="have kss_demo_version_1_2">
19        <include package=".tests.selenium" />
20    </configure>
21
22</configure>
Note: See TracBrowser for help on using the repository browser.