source: products/qPloneSkinDump/trunk/skin_template/profiles.zcml @ 1552

Last change on this file since 1552 was 74, checked in by chervol, 18 years ago

initial plone2.0.5 branch import

File size: 1018 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="%(product_name_lowercase)s">
5
6  <genericsetup:registerProfile
7      name="default"
8      title="%(product_name)s"
9      directory="profiles/default"
10      description="Extension profile for %(product_name)s."
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      />
13
14  <genericsetup:registerProfile
15      name="afterinstall"
16      title="%(product_name)s:afterinstall"
17      directory="profiles/afterinstall"
18      description="Extension profile for install zexps and other dependent objects of %(product_name)s."
19      provides="Products.GenericSetup.interfaces.EXTENSION"
20      />
21
22  <genericsetup:registerProfile
23      name="uninstall"
24      title="%(product_name)s:uninstall"
25      directory="profiles/uninstall"
26      description="Extension profile for UNINSTALL %(product_name)s."
27      provides="Products.GenericSetup.interfaces.EXTENSION"
28      />
29
30</configure>
Note: See TracBrowser for help on using the repository browser.