[CMF-checkins] SVN: CMF/trunk/CMFDefault/profiles/default/ - sorted items the same way they are sorted on export (that makes profile diffs smaller)

Yvo Schubbe y.2005- at wcm-solutions.de
Sun Aug 14 12:29:25 EDT 2005


Log message for revision 37928:
  - sorted items the same way they are sorted on export (that makes profile diffs smaller)

Changed:
  U   CMF/trunk/CMFDefault/profiles/default/typestool.xml
  U   CMF/trunk/CMFDefault/profiles/default/workflows.xml

-=-
Modified: CMF/trunk/CMFDefault/profiles/default/typestool.xml
===================================================================
--- CMF/trunk/CMFDefault/profiles/default/typestool.xml	2005-08-14 16:22:53 UTC (rev 37927)
+++ CMF/trunk/CMFDefault/profiles/default/typestool.xml	2005-08-14 16:28:55 UTC (rev 37928)
@@ -1,13 +1,13 @@
 <?xml version="1.0"?>
 <types-tool>
+ <type id="CMF BTree Folder"
+       filename="types/CMF_BTree_Folder.xml"/>
  <type id="Discussion Item"
        filename="types/Discussion_Item.xml"/>
  <type id="Document"/>
  <type id="Favorite"/>
  <type id="File"/>
  <type id="Folder"/>
- <type id="CMF BTree Folder"
-       filename="types/CMF_BTree_Folder.xml"/>
  <type id="Image"/>
  <type id="Link"/>
  <type id="News Item" filename="types/News_Item.xml"/>

Modified: CMF/trunk/CMFDefault/profiles/default/workflows.xml
===================================================================
--- CMF/trunk/CMFDefault/profiles/default/workflows.xml	2005-08-14 16:22:53 UTC (rev 37927)
+++ CMF/trunk/CMFDefault/profiles/default/workflows.xml	2005-08-14 16:28:55 UTC (rev 37928)
@@ -7,10 +7,10 @@
   <default>
    <bound-workflow workflow_id="default_workflow"/>
   </default>
-  <type type_id="Folder">
+  <type type_id="CMF BTree Folder">
 
   </type>
-  <type type_id="CMF BTree Folder">
+  <type type_id="Folder">
 
   </type>
   <type type_id="Topic">



More information about the CMF-checkins mailing list