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

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

Import package: Copied http://svn.quintagroup.com/products/qtheme.template/trunk@2041 + modifications concerning changed package name, namespace

File size: 736 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="Uninstall $skinname"
17      directory="profiles/uninstall"
18      description='Uninstallation profile for the "${skinname}" Plone theme.'
19      provides="Products.GenericSetup.interfaces.EXTENSION"
20      />
21
22</configure>
Note: See TracBrowser for help on using the repository browser.