source: products/quintagroup.plonetabs/trunk/quintagroup/plonetabs/profiles.zcml @ 3681

Last change on this file since 3681 was 3598, checked in by vmaksymiv, 11 years ago

PPP fixes

File size: 705 bytes
RevLine 
[43]1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="quintagroup.plonetabs">
[3598]5
[43]6    <genericsetup:registerProfile
[865]7       name="default"
[43]8       title="Plone Tabs"
9       directory="profiles/default"
[545]10       description="Quintagroup Plone Tabs to manage portal_actions tool"
[43]11       provides="Products.GenericSetup.interfaces.EXTENSION"
12       />
[865]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       />
[3598]21
[43]22</configure>
Note: See TracBrowser for help on using the repository browser.