source: products/quintagroup.plonecomments/trunk/quintagroup/plonecomments/profiles.zcml @ 968

Last change on this file since 968 was 822, checked in by koval, 17 years ago

little change in member properties extraction

File size: 737 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="quintagroup.plonecomments">
5
6  <genericsetup:registerProfile
7      name="default"
8      title="quintagroup.plonecomments install"
9      directory="profiles/default"
10      description='Extension profile for the Plone Comments product.'
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      />
13
14  <genericsetup:registerProfile
15      name="uninstall"
16      title="quintagroup.plonecomments uninstall"
17      directory="profiles/uninstall"
18      description='Extension profile for the Plone Comments product.'
19      provides="Products.GenericSetup.interfaces.EXTENSION"
20      />
21
22</configure>
Note: See TracBrowser for help on using the repository browser.