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

Last change on this file since 820 was 820, checked in by piv, 17 years ago

Removed merge tracking for "svnmerge" for
http://svn.quintagroup.com/ni/community/qPloneComments/branches/bundle/1.4

File size: 735 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="default"
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.