SVN: CMF/branches/2.1/C - fixed some dependencies

Yvo Schubbe <[email protected]> Wed, 19 Dec 2007 15:28:53 -0500 (EST)
Newsgroups gmane.comp.web.zope.cmf.cvs
Message-ID <20071219202853.9DFDE203877__20172.0996563838$1198096267$gmane$org@mail.zope.org>
Log message for revision 82363:
  - fixed some dependencies

Changed:
  U   CMF/branches/2.1/CHANGES.txt
  U   CMF/branches/2.1/CMFDefault/profiles/default/import_steps.xml

-=-
Modified: CMF/branches/2.1/CHANGES.txt
===================================================================
--- CMF/branches/2.1/CHANGES.txt	2007-12-19 19:01:28 UTC (rev 82362)
+++ CMF/branches/2.1/CHANGES.txt	2007-12-19 20:28:53 UTC (rev 82363)
@@ -2,6 +2,8 @@
 
   Bug Fixes
 
+    - CMFDefault profiles: Fixed some dependencies in import_steps.xml.
+
     - DCWorkflow.exportimport: Scripts with invalid types imported
       after scripts with valid types will no longer place the valid
       script twice.  Scripts can also now be specified with meta_types

Modified: CMF/branches/2.1/CMFDefault/profiles/default/import_steps.xml
===================================================================
--- CMF/branches/2.1/CMFDefault/profiles/default/import_steps.xml	2007-12-19 19:01:28 UTC (rev 82362)
+++ CMF/branches/2.1/CMFDefault/profiles/default/import_steps.xml	2007-12-19 20:28:53 UTC (rev 82363)
@@ -21,7 +21,7 @@
  <import-step id="componentregistry" version="20061025-01"
               handler="Products.GenericSetup.components.importComponentRegistry"
               title="Local Component Registry">
-  <dependency step="various"/>
+  <dependency step="toolset"/>
   Import local component registry configuration.
  </import-step>
  <import-step id="content_type_registry"
@@ -41,7 +41,7 @@
  <import-step id="mailhost" version="20050803-01"
               handler="Products.CMFCore.exportimport.mailhost.importMailHost"
               title="MailHost">
-  <dependency step="toolset"/>
+  <dependency step="componentregistry"/>
   Import mailhost settings
  </import-step>
  <import-step id="properties" version="20041215-01"