source: main/waeup.plonetheme.ngren1/trunk/waeup/plonetheme/ngren1/profiles.zcml @ 10078

Last change on this file since 10078 was 10078, checked in by Henrik Bettermann, 12 years ago

Fill trunk.

File size: 799 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="waeup">
5
6  <genericsetup:registerProfile
7      name="default"
8      title="Sunburst Theme for NgREN"
9      directory="profiles/default"
10      description='Extension profile for the "Sunburst Theme for NgREN" Plone theme.'
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      />
13
14  <genericsetup:importStep
15      name="waeup.plonetheme.ngren1.various"
16      title="Sunburst Theme for NgREN: miscellaneous import steps"
17      description="Various import steps that are not handled by GS import/export handlers."
18      handler="waeup.plonetheme.ngren1.setuphandlers.setupVarious">
19    <depends name="skins"/>
20  </genericsetup:importStep>
21
22</configure>
Note: See TracBrowser for help on using the repository browser.