source: WAeUP_SRP/trunk/profiles/default/export_steps.xml @ 11697

Last change on this file since 11697 was 3689, checked in by Henrik Bettermann, 16 years ago

New BASE and EXTENSION profiles

File size: 5.4 KB
Line 
1<?xml version="1.0"?>
2<export-steps>
3 <export-step id="action-icons"
4              handler="Products.CMFActionIcons.exportimport.exportActionIconsTool"
5              title="Action Icons">
6  Export action icon definitions
7 </export-step>
8 <export-step id="actions"
9              handler="Products.CMFCore.exportimport.actions.exportActionProviders"
10              title="Action Providers">
11  Export actions tool's action providers and their actions.
12 </export-step>
13 <export-step id="caching_policy_mgr"
14              handler="Products.CMFCore.exportimport.cachingpolicymgr.exportCachingPolicyManager"
15              title="Caching Policies">
16  Export caching policy manager's policies.
17 </export-step>
18 <export-step id="catalog"
19              handler="Products.CMFCore.exportimport.catalog.exportCatalogTool"
20              title="Catalog Tool">
21  Export catalog tool's sub-objects, indexes and columns.
22 </export-step>
23 <export-step id="content_type_registry"
24              handler="Products.CMFCore.exportimport.contenttyperegistry.exportContentTypeRegistry"
25              title="Content Type Registry">
26  Export content type registry's predicates / bindings.
27 </export-step>
28 <export-step id="cookieauth"
29              handler="Products.CMFCore.exportimport.cookieauth.exportCookieCrumbler"
30              title="Cookie Authentication">
31  Export cookie crumbler settings
32 </export-step>
33 <export-step id="directories"
34              handler="Products.CPSDirectory.exportimport.exportDirectoryTool"
35              title="Directory Tool">
36  Export directory tool and directory configuration.
37 </export-step>
38 <export-step id="eventservice"
39              handler="Products.CPSCore.exportimport.eventservice.exportEventServiceTool"
40              title="Event Service Tool">
41  Export event service tool and event subscribers.
42 </export-step>
43 <export-step id="layouts"
44              handler="Products.CPSSchemas.exportimport.layout.exportLayoutTool"
45              title="Layout Tool">
46  Export layout tool, layouts and widgets.
47 </export-step>
48 <export-step id="mailhost"
49              handler="Products.CMFCore.exportimport.mailhost.exportMailHost"
50              title="MailHost">
51  Export the mailhost's settings and properties
52 </export-step>
53 <export-step id="membership"
54              handler="Products.CPSCore.exportimport.membership.exportMembershipTool"
55              title="Membership Tool">
56  Export membership tool.
57 </export-step>
58 <export-step id="portlets"
59              handler="Products.CPSPortlets.exportimport.exportPortletTool"
60              title="Portlet Tool">
61  Export portlet tool and portlets.
62 </export-step>
63 <export-step id="properties"
64              handler="Products.CMFCore.exportimport.properties.exportSiteProperties"
65              title="Site Properties">
66  Export site properties.
67 </export-step>
68 <export-step id="registration"
69              handler="Products.CPSCore.exportimport.registration.exportRegistrationTool"
70              title="Registration Tool">
71  Export registration tool.
72 </export-step>
73 <export-step id="rolemap"
74              handler="Products.GenericSetup.rolemap.exportRolemap"
75              title="Role / Permission Map">
76  Export custom roles and non-default role-permission mappings.
77 </export-step>
78 <export-step id="schemas"
79              handler="Products.CPSSchemas.exportimport.schema.exportSchemaTool"
80              title="Schema Tool">
81  Export schema tool, schemas and fields.
82 </export-step>
83 <export-step id="skins"
84              handler="Products.CMFCore.exportimport.skins.exportSkinsTool"
85              title="Skins Tool">
86  Export skins tool's filesystem directory views and skin path definitions.
87 </export-step>
88 <export-step id="step_registries"
89              handler="Products.GenericSetup.tool.exportStepRegistries"
90              title="Step Registries">
91  Export current contents of import step registry and export step registry.
92 </export-step>
93 <export-step id="themes"
94              handler="Products.CPSSkins.exportimport.exportThemeTool"
95              title="Theme tool">
96  Export theme tool and themes.
97 </export-step>
98 <export-step id="toolset"
99              handler="Products.GenericSetup.tool.exportToolset"
100              title="Required Tools">
101  Export required / forbidden tools.
102 </export-step>
103 <export-step id="trees"
104              handler="Products.CPSCore.exportimport.trees.exportTreeTool"
105              title="Tree Tool">
106  Export tree tool and tree caches.
107 </export-step>
108 <export-step id="typeinfo"
109              handler="Products.CMFCore.exportimport.typeinfo.exportTypesTool"
110              title="Types Tool">
111  Export types tool's type information objects.
112 </export-step>
113 <export-step id="userfolder"
114              handler="Products.CPSUserFolder.exportimport.exportUserFolder"
115              title="User Folder">
116  Export user folder configuration.
117 </export-step>
118 <export-step id="vocabularies"
119              handler="Products.CPSSchemas.exportimport.vocabulary.exportVocabularyTool"
120              title="Vocabulary Tool">
121  Export vocabulary tool and vocabularies.
122 </export-step>
123 <export-step id="workflows"
124              handler="Products.CMFCore.exportimport.workflow.exportWorkflowTool"
125              title="Workflow Tool">
126  Export workflow tool's workflow definitions and supporting scripts.
127 </export-step>
128 
129 
130 
131 
132 <export-step id="waeup"
133              handler="Products.WAeUP_SRP.exportimport.exportWAeUP"
134              title="WAeUP">
135  Export WAeUP_SRP and it's configuration.
136 </export-step>
137 
138 
139</export-steps>
Note: See TracBrowser for help on using the repository browser.