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

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

add uninstall profile, add configlet to edit registry settings, add product layer

File size: 1.0 KB
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
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.