[CMF-checkins] SVN: CMF/branches/2.1/C - fixed step dependency
Yvo Schubbe
y.2007- at wcm-solutions.de
Sat Dec 22 09:27:52 EST 2007
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>
More information about the CMF-checkins
mailing list