Author: hboutemy
Date: Mon Jan 26 19:49:32 2009
New Revision: 737798

URL: http://svn.apache.org/viewvc?rev=737798&view=rev
Log:
updated decoration.mdo to adapt to new Modello version

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=737798&r1=737797&r2=737798&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
 Mon Jan 26 19:49:32 2009
@@ -20,7 +20,7 @@
 -->
 
 <model xmlns="http://modello.codehaus.org/MODELLO/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.0.0 
http://modello.codehaus.org/xsd/modello-1.0.0.xsd";
-  xsd.namespace="http://maven.apache.org/DECORATION/1.0.0"; 
xsd.target-namespace="http://maven.apache.org/DECORATION/1.0.0";>
+  xml.namespace="http://maven.apache.org/DECORATION/${version}";>
   <id>decoration</id>
   <name>Decoration</name>
   <description><![CDATA[
@@ -76,7 +76,7 @@
           </association>
           <identifier>true</identifier>
         </field>
-        <field>
+        <field xdoc.separator="blank">
           <name>publishDate</name>
           <description><![CDATA[
             Modify the date published display properties.
@@ -98,19 +98,19 @@
           </association>
           <identifier>true</identifier>
         </field>
-        <field xml.associationTagName="logo">
+        <field>
           <name>poweredBy</name>
           <description><![CDATA[
             Powered by logos list.
           ]]></description>
           <version>1.0.0</version>
-          <association>
+          <association xml.tagName="logo">
             <type>Logo</type>
             <multiplicity>*</multiplicity>
           </association>
           <identifier>true</identifier>
         </field>
-        <field>
+        <field xdoc.separator="blank">
           <name>skin</name>
           <description><![CDATA[
             The artifact containing the skin for the site.
@@ -121,7 +121,7 @@
           </association>
           <identifier>true</identifier>
         </field>
-        <field>
+        <field xdoc.separator="blank">
           <name>body</name>
           <description><![CDATA[
             The main site content decoration.
@@ -329,37 +329,37 @@
           <type>DOM</type>
           <identifier>true</identifier>
         </field>
-        <field xml.associationTagName="item">
+        <field>
           <name>links</name>
           <description><![CDATA[
             A list of links to display in the navigation.
           ]]></description>
           <version>1.0.0</version>
-          <association>
+          <association xml.tagName="item">
             <type>LinkItem</type>
             <multiplicity>*</multiplicity>
           </association>
           <identifier>true</identifier>
         </field>
-        <field xml.associationTagName="item">
+        <field>
           <name>breadcrumbs</name>
           <description><![CDATA[
             A list of breadcrumbs to display in the navigation.
           ]]></description>
           <version>1.0.0</version>
-          <association>
+          <association xml.tagName="item">
             <type>LinkItem</type>
             <multiplicity>*</multiplicity>
           </association>
           <identifier>true</identifier>
         </field>
-        <field xml.listStyle="flat">
+        <field xdoc.separator="blank">
           <name>menus</name>
           <description><![CDATA[
             A list of menus to include in the navigation.
           ]]></description>
           <version>1.0.0</version>
-          <association>
+          <association xml.itemsStyle="flat">
             <type>Menu</type>
             <multiplicity>*</multiplicity>
           </association>
@@ -447,13 +447,13 @@
           <type>String</type>
           <identifier>true</identifier>
         </field>
-        <field xml.listStyle="flat">
+        <field>
           <name>items</name>
           <description><![CDATA[
             A list of menu item.
           ]]></description>
           <version>1.0.0</version>
-          <association>
+          <association xml.itemsStyle="flat">
             <type>MenuItem</type>
             <multiplicity>*</multiplicity>
           </association>
@@ -497,11 +497,11 @@
           <type>String</type>
           <identifier>true</identifier>
         </field>
-        <field xml.listStyle="flat">
+        <field>
           <name>items</name>
           <description>Menu item.</description>
           <version>1.0.0</version>
-          <association>
+          <association xml.itemsStyle="flat">
             <type>MenuItem</type>
             <multiplicity>*</multiplicity>
           </association>


Reply via email to