source: products/qPloneDropDownMenu/trunk/configure.zcml

Last change on this file was 372, checked in by chervol, 18 years ago

fixed interfaces

File size: 658 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:cmf="http://namespaces.zope.org/cmf"
4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
5    i18n_domain="qPloneDropDownMenu">
6
7    <!-- Register the installation GenericSetup extension profile -->
8    <genericsetup:registerProfile
9      name="default"
10      title="qPloneDropDownMenu"
11      directory="profiles/default"
12      description="Allows Plone websites to update multilevel portal dropdown menu"
13      provides="Products.GenericSetup.interfaces.EXTENSION"
14      />
15
16    <cmf:registerDirectory name="qPloneDropDownMenu"/>
17
18    <include package=".browser" />
19
20</configure>
Note: See TracBrowser for help on using the repository browser.