|
1 |
| -<configure xmlns="http://namespaces.zope.org/zope" |
2 |
| - xmlns:gs="http://namespaces.zope.org/genericsetup"> |
| 1 | +<configure |
| 2 | + xmlns="http://namespaces.zope.org/zope" |
| 3 | + xmlns:gs="http://namespaces.zope.org/genericsetup" |
| 4 | + > |
3 | 5 |
|
4 |
| - <gs:registerProfile name="1002" |
5 |
| - title="Change Control Panel name in registry" |
6 |
| - directory="1002" |
7 |
| - description='Configuration for version 1002' |
8 |
| - for="Products.CMFPlone.interfaces.IMigratingPloneSiteRoot" |
9 |
| - provides="Products.GenericSetup.interfaces.EXTENSION" /> |
| 6 | + <gs:registerProfile |
| 7 | + name="1002" |
| 8 | + title="Change Control Panel name in registry" |
| 9 | + description="Configuration for version 1002" |
| 10 | + provides="Products.GenericSetup.interfaces.EXTENSION" |
| 11 | + for="Products.CMFPlone.interfaces.IMigratingPloneSiteRoot" |
| 12 | + directory="1002" |
| 13 | + pre_handler=".v1002.pre_handler" |
| 14 | + post_handler=".v1002.post_handler" |
| 15 | + /> |
10 | 16 |
|
11 |
| - <gs:upgradeSteps source="1001" |
12 |
| - destination="1002" |
13 |
| - profile="cs_dynamicpages:default"> |
| 17 | + <gs:upgradeSteps |
| 18 | + profile="cs_dynamicpages:default" |
| 19 | + source="1001" |
| 20 | + destination="1002" |
| 21 | + > |
14 | 22 |
|
15 |
| - <gs:upgradeStep title="Change Control Panel name in registry" |
16 |
| - description="" |
17 |
| - handler=".v1002.upgrade" /> |
| 23 | + <gs:upgradeStep |
| 24 | + title="Change Control Panel name in registry" |
| 25 | + description="" |
| 26 | + handler=".v1002.upgrade" |
| 27 | + /> |
18 | 28 |
|
19 |
| - <gs:upgradeDepends title="Change Control Panel name in registry (GS profile)" |
20 |
| - description="" |
21 |
| - import_profile="cs_dynamicpages.upgrades:1002" /> |
| 29 | + <gs:upgradeDepends |
| 30 | + title="Change Control Panel name in registry (GS profile)" |
| 31 | + description="" |
| 32 | + import_profile="cs_dynamicpages.upgrades:1002" |
| 33 | + /> |
22 | 34 |
|
23 | 35 | </gs:upgradeSteps>
|
24 | 36 |
|
|
0 commit comments