source: products/quintagroup.plonetabs/branches/tests/quintagroup/plonetabs/profiles.zcml @ 3389

Last change on this file since 3389 was 865, checked in by chervol, 17 years ago

fixed the typo

File size: 713 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="quintagroup.plonetabs">
5   
6    <genericsetup:registerProfile
7       name="default"
8       title="Plone Tabs"
9       directory="profiles/default"
10       description="Quintagroup Plone Tabs to manage portal_actions tool"
11       provides="Products.GenericSetup.interfaces.EXTENSION"
12       />
13
14    <genericsetup:registerProfile
15       name="uninstall"
16       title="Uninstall Plone Tabs"
17       directory="profiles/uninstall"
18       description="Uninstall Quintagroup Plone Tabs Product"
19       provides="Products.GenericSetup.interfaces.EXTENSION"
20       />
21   
22</configure>
Note: See TracBrowser for help on using the repository browser.