Changeset 1251

Show
Ignore:
Timestamp:
04/08/08 18:30:17 (8 months ago)
Author:
sgillies
Message:

Fixed the site structure import step. Can be run from portal_setup now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PleiadesEntity/trunk/profiles/default/import_steps.xml

    r1244 r1251  
    3131 
    3232<!-- ##code-section ADDITIONALSTEPS --> 
     33  <import-step 
     34    id="content" 
     35    version="20070515-01" 
     36    handler="Products.CMFCore.exportimport.content.importSiteStructure" 
     37    title="Content" 
     38    > 
     39    Import the site's structure and content. 
     40  </import-step> 
     41 
     42  <import-step 
     43    id="skins" 
     44    version="20040630-01" 
     45    handler="Products.CMFCore.exportimport.skins.importSkinsTool" 
     46    title="Skins" 
     47    > 
     48    <dependency step="PleiadesEntity-QI-dependencies"/> 
     49    Import skins tool's filesystem directory views and skin path definitions. 
     50  </import-step> 
     51 
     52  <import-step 
     53    id="typeinfo" 
     54    version="20070319-01" 
     55    handler="Products.CMFCore.exportimport.typeinfo.importTypesTool" 
     56    title="Types Tool" 
     57    > 
     58    <dependency step="PleiadesEntity-QI-dependencies"/> 
     59    Import types tool's type information objects. 
     60  </import-step> 
    3361<!-- ##/code-section ADDITIONALSTEPS -->  
    3462