source: products/quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/configure.zcml @ 1181

Last change on this file since 1181 was 1181, checked in by piv, 15 years ago

make configlet work, add tests for controlpanel, some minor fixes to interfaces and dependencies

File size: 1.0 KB
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="quintagroup.dropdownmenu">
5
6  <!-- Include configuration for dependencies listed in setup.py -->
7  <includeDependencies package="." />
8
9  <!-- Include internal packages -->
10  <include package=".browser" />
11
12  <!-- Register the installation GenericSetup extension profile -->
13  <genericsetup:registerProfile
14      name="default"
15      title="Plone DropDown Menu"
16      description="DropDown Menu Product for Plone"
17      directory="profiles/default"
18      provides="Products.GenericSetup.interfaces.EXTENSION"
19      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
20      />
21
22  <genericsetup:registerProfile
23      name="uninstall"
24      title="Uninstall Plone DropDown Menu"
25      description="Uninstall profile for DropDown Menu Product"
26      directory="profiles/uninstall"
27      provides="Products.GenericSetup.interfaces.EXTENSION"
28      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
29      />
30
31</configure>
Note: See TracBrowser for help on using the repository browser.