source: products/quintagroup.pfg.captcha/branches/migration/quintagroup/pfg/captcha/profiles/default/import_steps.xml @ 2729

Last change on this file since 2729 was 2729, checked in by mylan, 14 years ago

#222: Added migratioin old Products.qPloneCaptchaField to quintagroup.pfg.captcha fields

File size: 997 bytes
Line 
1<?xml version="1.0"?>
2<import-steps>
3 <import-step id="migrateToPackage" version="20100720-01"
4              handler="quintagroup.pfg.captcha.setuphandlers.migrateToPackage"
5              title="Collect old Products.qPloneCaptchaFields fields">
6    Collect old Products.qPloneCaptchaFields fields.
7 </import-step>
8 <import-step id="typeinfo" version="20040630-01"
9              handler="Products.CMFCore.exportimport.typeinfo.importTypesTool"
10              title="Types Tool">
11  <dependency step="componentregistry"/>
12  <dependency step="migrateToPackage"/>
13    Import types tool's type information objects.
14 </import-step>
15 <import-step id="afterTypesTool" version="20100720-01"
16              handler="quintagroup.pfg.captcha.setuphandlers.afterTypesTool"
17              title="Migrate old Products.qPloneCaptchaField to quintagroup.pfg.captcha fields">
18  <dependency step="typeinfo"/>
19    Migrate old Products.qPloneCaptchaField to quintagroup.pfg.captcha fields.
20 </import-step>
21</import-steps>
Note: See TracBrowser for help on using the repository browser.