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

Last change on this file since 1222 was 987, checked in by crchemist, 17 years ago

Fix overrides.zcml

File size: 729 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"
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.