[10084] | 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" |
---|
[10085] | 10 | title="WAeUP NgREN Bootstrap Theme" |
---|
[10084] | 11 | directory="profiles/default" |
---|
[10085] | 12 | description='Extension profile for the "WAeUP NgREN Bootstrap Theme" Plone theme' |
---|
[10084] | 13 | provides="Products.GenericSetup.interfaces.EXTENSION" |
---|
| 14 | /> |
---|
| 15 | |
---|
| 16 | <genericsetup:importStep |
---|
| 17 | zcml:condition="have plone-42" |
---|
| 18 | name="waeup.plonetheme.ngren3.various" |
---|
[10085] | 19 | title="WAeUP NgREN Bootstrap Theme: miscellaneous import steps" |
---|
| 20 | description="Various import steps that are not handled by GS import/export handlers" |
---|
[10084] | 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" |
---|
[10085] | 31 | title="WAeUP NgREN Bootstrap Theme uninstall" |
---|
[10084] | 32 | directory="profiles/uninstall" |
---|
[10085] | 33 | description="Uninstall profile for the WAeUP NgREN Bootstrap Theme" |
---|
[10084] | 34 | provides="Products.GenericSetup.interfaces.EXTENSION" |
---|
| 35 | /> |
---|
| 36 | |
---|
| 37 | |
---|
| 38 | <genericsetup:registerProfile |
---|
| 39 | zcml:condition="not-have plone-42" |
---|
| 40 | name="plone-41" |
---|
[10085] | 41 | title="WAeUP NgREN Bootstrap Theme" |
---|
[10084] | 42 | directory="profiles/plone-41" |
---|
[10085] | 43 | description='Extension profile for the "WAeUP NgREN Bootstrap Theme" Plone theme for Plone 4.1.x' |
---|
[10084] | 44 | provides="Products.GenericSetup.interfaces.EXTENSION" |
---|
| 45 | /> |
---|
| 46 | |
---|
| 47 | <genericsetup:registerProfile |
---|
| 48 | zcml:condition="not-have plone-42" |
---|
| 49 | name="uninstall-plone41" |
---|
[10085] | 50 | title="WAeUP NgREN Bootstrap Theme uninstall" |
---|
[10084] | 51 | directory="profiles/uninstall-plone41" |
---|
[10085] | 52 | description="Uninstall profile for the WAeUP NgREN Bootstrap Theme" |
---|
[10084] | 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> |
---|