From 3191f90b9830beed2f5b4c35de8525c1f05d3b63 Mon Sep 17 00:00:00 2001
From: Sergiu Dumitriu <sergiu@phenotips.org>
Date: Sun, 7 Jun 2015 12:47:31 -0400
Subject: [PATCH] [misc] Upgrade documents to the xwikidoc 1.1 syntax

---
 .../src/main/resources/XWiki/WikiMacros.xml            | 10 +++-------
 .../resources/ExtensionMetadata/WebPreferences.xml     |  0
 .../src/main/resources/Macros/Tree.xml                 |  4 ++--
 .../src/main/resources/Macros/TreeTranslations.xml     |  0
 4 files changed, 5 insertions(+), 9 deletions(-)
 mode change 100755 => 100644 xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionMetadata/WebPreferences.xml
 mode change 100755 => 100644 xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/src/main/resources/Macros/TreeTranslations.xml

diff --git a/xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-ui/src/main/resources/XWiki/WikiMacros.xml b/xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-ui/src/main/resources/XWiki/WikiMacros.xml
index f163f1873b8..5204e7ff466 100644
--- a/xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-ui/src/main/resources/XWiki/WikiMacros.xml
+++ b/xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-ui/src/main/resources/XWiki/WikiMacros.xml
@@ -20,25 +20,21 @@
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 -->
 
-<xwikidoc>
+<xwikidoc version="1.1">
   <web>XWiki</web>
   <name>WikiMacros</name>
   <language/>
   <defaultLanguage/>
   <translation>0</translation>
-  <parent>XWiki.WebHome</parent>
   <creator>xwiki:XWiki.Admin</creator>
+  <creationDate>1251716762000</creationDate>
+  <parent>XWiki.WebHome</parent>
   <author>xwiki:XWiki.Admin</author>
-  <customClass/>
   <contentAuthor>xwiki:XWiki.Admin</contentAuthor>
-  <creationDate>1251716762000</creationDate>
   <date>1288198373000</date>
   <contentUpdateDate>1288198373000</contentUpdateDate>
   <version>1.1</version>
   <title>$services.localization.render('xe.wikimacrobridge.wikiMacros')</title>
-  <template/>
-  <defaultTemplate/>
-  <validationScript/>
   <comment/>
   <minorEdit>false</minorEdit>
   <syntaxId>xwiki/2.0</syntaxId>
diff --git a/xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionMetadata/WebPreferences.xml b/xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionMetadata/WebPreferences.xml
old mode 100755
new mode 100644
diff --git a/xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/src/main/resources/Macros/Tree.xml b/xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/src/main/resources/Macros/Tree.xml
index 0ac064fa895..82f05c604d7 100644
--- a/xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/src/main/resources/Macros/Tree.xml
+++ b/xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/src/main/resources/Macros/Tree.xml
@@ -126,7 +126,7 @@
         <prettyName>Caching policy</prettyName>
         <relationalStorage>0</relationalStorage>
         <separator> </separator>
-        <separators> ,|</separators>
+        <separators>|, </separators>
         <size>1</size>
         <unmodifiable>0</unmodifiable>
         <values>long|short|default|forbid</values>
@@ -171,7 +171,7 @@
         <prettyName>Use this extension</prettyName>
         <relationalStorage>0</relationalStorage>
         <separator> </separator>
-        <separators> ,|</separators>
+        <separators>|, </separators>
         <size>1</size>
         <unmodifiable>0</unmodifiable>
         <values>currentPage|onDemand|always</values>
diff --git a/xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/src/main/resources/Macros/TreeTranslations.xml b/xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/src/main/resources/Macros/TreeTranslations.xml
old mode 100755
new mode 100644
-- 
GitLab