Ignore:
Timestamp:
Jul 28, 2009 11:39:23 AM (15 years ago)
Author:
piv
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/configure.zcml

    r1179 r1180  
    66  <!-- Include configuration for dependencies listed in setup.py --> 
    77  <includeDependencies package="." /> 
     8 
     9  <!-- Include internal packages --> 
     10  <include package="browser" /> 
    811 
    912  <!-- Register the installation GenericSetup extension profile --> 
     
    1720      /> 
    1821 
     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 
    1931</configure> 
Note: See TracChangeset for help on using the changeset viewer.