Changeset 1270

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

Remove profile structure

Files:

Legend:

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

    r1251 r1270  
    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> 
    6133<!-- ##/code-section ADDITIONALSTEPS -->  
    6234