source: products/Products.qPloneDropDownMenu/trunk/Products/qPloneDropDownMenu/configure.zcml @ 2582

Last change on this file since 2582 was 2582, checked in by fenix, 14 years ago

moved skins and profiles zcml registrations into separate files.

File size: 326 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    <include package=".browser" />
8    <include file="profiles.zcml" />
9    <include file="skins.zcml" />
10
11</configure>
Note: See TracBrowser for help on using the repository browser.