root/qPloneSkinDump/trunk/skin_template/profiles.zcml

Revision 1113 (checked in by mylan, 9 months ago)

Merged trunk with branches/plone_3.0 version

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 browser.