[CMF-checkins] SVN: CMF/trunk/CMFDefault/profiles/default/ - synced default profile with exports

Yvo Schubbe y.2007- at wcm-solutions.de
Mon Aug 6 04:45:35 EDT 2007


Log message for revision 78625:
  - synced default profile with exports

Changed:
  U   CMF/trunk/CMFDefault/profiles/default/componentregistry.xml
  U   CMF/trunk/CMFDefault/profiles/default/export_steps.xml
  U   CMF/trunk/CMFDefault/profiles/default/import_steps.xml
  U   CMF/trunk/CMFDefault/profiles/default/workflows/default_workflow/definition.xml

-=-
Modified: CMF/trunk/CMFDefault/profiles/default/componentregistry.xml
===================================================================
--- CMF/trunk/CMFDefault/profiles/default/componentregistry.xml	2007-08-06 08:45:07 UTC (rev 78624)
+++ CMF/trunk/CMFDefault/profiles/default/componentregistry.xml	2007-08-06 08:45:35 UTC (rev 78625)
@@ -2,29 +2,20 @@
 <componentregistry>
  <adapters/>
  <utilities>
-  <utility
-     interface="Products.CMFCore.interfaces.IDiscussionTool"
+  <utility interface="Products.CMFCore.interfaces.IDiscussionTool"
      object="portal_discussion"/>
-  <utility
-     interface="Products.CMFCore.interfaces.IMetadataTool"
+  <utility interface="Products.CMFCore.interfaces.IMetadataTool"
      object="portal_metadata"/>
-  <utility
-     interface="Products.CMFCore.interfaces.IPropertiesTool"
+  <utility interface="Products.CMFCore.interfaces.IPropertiesTool"
      object="portal_properties"/>
-  <utility
-     interface="Products.CMFCore.interfaces.ISiteRoot"
-     object=""/>
-  <utility
-     interface="Products.CMFCore.interfaces.ISyndicationTool"
+  <utility interface="Products.CMFCore.interfaces.ISiteRoot" object=""/>
+  <utility interface="Products.CMFCore.interfaces.ISyndicationTool"
      object="portal_syndication"/>
-  <utility
-     interface="Products.CMFCore.interfaces.IUndoTool"
+  <utility interface="Products.CMFCore.interfaces.IUndoTool"
      object="portal_undo"/>
-  <utility
-     interface="Products.GenericSetup.interfaces.ISetupTool"
+  <utility interface="Products.GenericSetup.interfaces.ISetupTool"
      object="portal_setup"/>
-  <utility
-     interface="Products.MailHost.interfaces.IMailHost"
+  <utility interface="Products.MailHost.interfaces.IMailHost"
      object="MailHost"/>
  </utilities>
 </componentregistry>

Modified: CMF/trunk/CMFDefault/profiles/default/export_steps.xml
===================================================================
--- CMF/trunk/CMFDefault/profiles/default/export_steps.xml	2007-08-06 08:45:07 UTC (rev 78624)
+++ CMF/trunk/CMFDefault/profiles/default/export_steps.xml	2007-08-06 08:45:35 UTC (rev 78625)
@@ -17,7 +17,7 @@
  </export-step>
  <export-step id="componentregistry"
               handler="Products.GenericSetup.components.exportComponentRegistry"
-    title="Local Component Registry">
+              title="Local Component Registry">
     Export local component registry configuration.
  </export-step>
  <export-step id="content_type_registry"

Modified: CMF/trunk/CMFDefault/profiles/default/import_steps.xml
===================================================================
--- CMF/trunk/CMFDefault/profiles/default/import_steps.xml	2007-08-06 08:45:07 UTC (rev 78624)
+++ CMF/trunk/CMFDefault/profiles/default/import_steps.xml	2007-08-06 08:45:35 UTC (rev 78625)
@@ -18,12 +18,11 @@
   <dependency step="toolset"/>
   Import catalog tool's sub-objects, indexes and columns.
  </import-step>
- <import-step id="componentregistry"
-    version="20061025-01"
-    handler="Products.GenericSetup.components.importComponentRegistry"
-    title="Local Component Registry">
-    <dependency step="various"/>
-    Import local component registry configuration.
+ <import-step id="componentregistry" version="20061025-01"
+              handler="Products.GenericSetup.components.importComponentRegistry"
+              title="Local Component Registry">
+  <dependency step="various"/>
+  Import local component registry configuration.
  </import-step>
  <import-step id="content_type_registry"
               version="20051013-01"

Modified: CMF/trunk/CMFDefault/profiles/default/workflows/default_workflow/definition.xml
===================================================================
--- CMF/trunk/CMFDefault/profiles/default/workflows/default_workflow/definition.xml	2007-08-06 08:45:07 UTC (rev 78624)
+++ CMF/trunk/CMFDefault/profiles/default/workflows/default_workflow/definition.xml	2007-08-06 08:45:35 UTC (rev 78625)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <dc-workflow workflow_id="default_workflow"
              title="CMF default workflow [Classic]"
-             state_variable="review_state"
+             description="" state_variable="review_state"
              initial_state="private">
  <permission>Access contents information</permission>
  <permission>Modify portal content</permission>



More information about the CMF-checkins mailing list