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

Last change on this file since 818 was 545, checked in by piv, 18 years ago

realise 0.2.0

File size: 461 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="quintagroup.plonetabs"
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</configure>
Note: See TracBrowser for help on using the repository browser.