source: main/waeup.plonetheme.ngren3/trunk/waeup/plonetheme/ngren3/profiles.zcml @ 10222

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

Use comprehensive names for the new themes.

File size: 2.2 KB
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:zcml="http://namespaces.zope.org/zcml"
4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
5    i18n_domain="waeup.plonetheme.ngren3">
6
7  <genericsetup:registerProfile
8      zcml:condition="have plone-42"
9      name="default"
10      title="WAeUP NgREN Bootstrap Theme"
11      directory="profiles/default"
12      description='Extension profile for the "WAeUP NgREN Bootstrap Theme" Plone theme'
13      provides="Products.GenericSetup.interfaces.EXTENSION"
14      />
15
16  <genericsetup:importStep
17      zcml:condition="have plone-42"
18      name="waeup.plonetheme.ngren3.various"
19      title="WAeUP NgREN Bootstrap Theme: miscellaneous import steps"
20      description="Various import steps that are not handled by GS import/export handlers"
21      handler="waeup.plonetheme.ngren3.setuphandlers.setupVarious">
22
23    <depends name="actions"/>
24    <depends name="skins"/>
25
26  </genericsetup:importStep>
27
28  <genericsetup:registerProfile
29      zcml:condition="have plone-42"
30      name="uninstall"
31      title="WAeUP NgREN Bootstrap Theme uninstall"
32      directory="profiles/uninstall"
33      description="Uninstall profile for the WAeUP NgREN Bootstrap Theme"
34      provides="Products.GenericSetup.interfaces.EXTENSION"
35      />
36
37
38  <genericsetup:registerProfile
39      zcml:condition="not-have plone-42"
40      name="plone-41"
41      title="WAeUP NgREN Bootstrap Theme"
42      directory="profiles/plone-41"
43      description='Extension profile for the "WAeUP NgREN Bootstrap Theme" Plone theme for Plone 4.1.x'
44      provides="Products.GenericSetup.interfaces.EXTENSION"
45      />
46
47  <genericsetup:registerProfile
48      zcml:condition="not-have plone-42"
49      name="uninstall-plone41"
50      title="WAeUP NgREN Bootstrap Theme uninstall"
51      directory="profiles/uninstall-plone41"
52      description="Uninstall profile for the WAeUP NgREN Bootstrap Theme"
53      provides="Products.GenericSetup.interfaces.EXTENSION"
54      />
55
56  <genericsetup:upgradeStep
57      zcml:condition="have plone-42"
58      title="Upgrade waeup.plonetheme.ngren3 to last version"
59      description=""
60      source="*"
61      destination="1003"
62      handler=".upgrades.common"
63      profile="waeup.plonetheme.ngren3:default" />
64
65</configure>
Note: See TracBrowser for help on using the repository browser.