SVN: CMF/branches/2.1/C - fixed step dependency
Yvo Schubbe <[email protected]> Sat, 22 Dec 2007 09:27:52 -0500 (EST)
| Newsgroups | gmane.comp.web.zope.cmf.cvs |
|---|---|
| Message-ID | <20071222142752.5DC662081FE__41229.5260503472$1198333706$gmane$org@mail.zope.org> |
Log message for revision 82393:
- fixed step dependency
Changed:
U CMF/branches/2.1/CHANGES.txt
U CMF/branches/2.1/CMFActionIcons/profiles/actionicons/import_steps.xml
-=-
Modified: CMF/branches/2.1/CHANGES.txt
===================================================================
--- CMF/branches/2.1/CHANGES.txt 2007-12-22 13:59:56 UTC (rev 82392)
+++ CMF/branches/2.1/CHANGES.txt 2007-12-22 14:27:51 UTC (rev 82393)
@@ -2,6 +2,8 @@
Bug Fixes
+ - CMFActionIcons profiles: Fixed dependency in import_steps.xml.
+
- CMFDefault profiles: Fixed some dependencies in import_steps.xml.
- DCWorkflow.exportimport: Scripts with invalid types imported
Modified: CMF/branches/2.1/CMFActionIcons/profiles/actionicons/import_steps.xml
===================================================================
--- CMF/branches/2.1/CMFActionIcons/profiles/actionicons/import_steps.xml 2007-12-22 13:59:56 UTC (rev 82392)
+++ CMF/branches/2.1/CMFActionIcons/profiles/actionicons/import_steps.xml 2007-12-22 14:27:51 UTC (rev 82393)
@@ -3,7 +3,7 @@
<import-step id="action-icons" version="20051015-01"
handler="Products.CMFActionIcons.exportimport.importActionIconsTool"
title="Action Icons">
- <dependency step="toolset"/>
+ <dependency step="componentregistry"/>
Import action icon definitions
</import-step>
</import-steps>