Changeset 702
- Timestamp:
- 03/19/07 17:57:56 (2 years ago)
- Files:
-
- PleiadesEntity/trunk/profiles/default/import_steps.xml (modified) (1 diff)
- PleiadesEntity/trunk/profiles/default/types (added)
- PleiadesEntity/trunk/profiles/default/types.xml (added)
- PleiadesEntity/trunk/profiles/default/types/PlaceContainer.xml (added)
- PleiadesEntity/trunk/profiles/default/types/Topic.xml (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PleiadesEntity/trunk/profiles/default/import_steps.xml
r690 r702 17 17 id="skins" version="20040630-01" 18 18 handler="Products.CMFCore.exportimport.skins.importSkinsTool" 19 title="Skins"> 19 title="Skins" 20 > 20 21 <dependency step="toolset"/> 21 22 Import skins tool's filesystem directory views and skin path definitions. 22 23 </import-step> 23 24 25 <import-step 26 id="typeinfo" 27 version="20070319-01" 28 handler="Products.CMFCore.exportimport.typeinfo.importTypesTool" 29 title="Types Tool" 30 > 31 <dependency step="toolset"/> 32 Import types tool's type information objects. 33 </import-step> 34 24 35 </import-steps> 25 36
