You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/02/13 16:20:25 UTC

svn commit: r1730240 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo

Author: hboutemy
Date: Sat Feb 13 15:20:25 2016
New Revision: 1730240

URL: http://svn.apache.org/viewvc?rev=1730240&view=rev
Log:
[DOXIASITETOOLS-82][DOXIASITETOOLS-155] header/footer are String type since 1.7.0 only: previously, they were DOM, don't alter past (we may generate translaters)

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo?rev=1730240&r1=1730239&r2=1730240&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo Sat Feb 13 15:20:25 2016
@@ -407,7 +407,14 @@ under the License.
         <field>
           <name>head</name>
           <description>Additional content (like JavaScript) to include in the HEAD block of the generated pages.</description>
-          <version>1.0.0+</version>
+          <version>1.0.0/1.6.0</version>
+          <type>DOM</type>
+          <identifier>true</identifier>
+        </field>
+        <field>
+          <name>head</name>
+          <description>Additional content (like JavaScript) to include in the HEAD block of the generated pages.</description>
+          <version>1.7.0+</version>
           <type>String</type>
           <identifier>true</identifier>
         </field>
@@ -444,10 +451,17 @@ under the License.
         <field>
           <name>footer</name>
           <description>If present, the contained text will be used instead of the generated copyright text.</description>
-          <version>1.1.0+</version>
+          <version>1.7.0+</version>
           <type>String</type>
           <identifier>true</identifier>
         </field>
+        <field>
+          <name>footer</name>
+          <description>If present, the contained text will be used instead of the generated copyright text.</description>
+          <version>1.1.0/1.6.0</version>
+          <type>DOM</type>
+          <identifier>true</identifier>
+        </field>
       </fields>
     </class>