source: products/quintagroup.themetemplate/trunk/quintagroup/themetemplate/templates/qplone3_theme/+namespace_package+/+namespace_package2+/+package+/profiles.zcml_tmpl

Last change on this file was 1363, checked in by mylan, 15 years ago

Fix #109: Move importing zexps into separate profile, updated doctests

File size: 813 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="${namespace_package}.${namespace_package2}.${package}">
5
6  <genericsetup:registerProfile
7      name="default"
8      title="$skinname"
9      directory="profiles/default"
10      description='Extension profile for the "${skinname}" Plone theme.'
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      />
13
14  <genericsetup:registerProfile
15      name="uninstall"
16      title="${skinname}: Uninstall"
17      directory="profiles/uninstall"
18      description='Uninstallation profile for the "${skinname}" Plone theme.'
19      provides="Products.GenericSetup.interfaces.EXTENSION"
20      />
21
22  <!-- Extra configurations -->
23  <!-- -*- extra stuff goes here -*- -->
24
25</configure>
Note: See TracBrowser for help on using the repository browser.