Author: brett
Date: Thu Dec 29 16:01:42 2005
New Revision: 359931
URL: http://svn.apache.org/viewcvs?rev=359931&view=rev
Log:
add version element
Modified:
maven/doxia/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
Modified: maven/doxia/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
URL:
http://svn.apache.org/viewcvs/maven/doxia/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo?rev=359931&r1=359930&r2=359931&view=diff
==============================================================================
--- maven/doxia/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
(original)
+++ maven/doxia/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo Thu
Dec 29 16:01:42 2005
@@ -49,6 +49,15 @@
</association>
<identifier>true</identifier>
</field>
+ <field>
+ <name>version</name>
+ <description>Modify the version display properties.</description>
+ <version>1.0.0</version>
+ <association>
+ <type>Version</type>
+ </association>
+ <identifier>true</identifier>
+ </field>
<field xml.associationTagName="logo">
<name>poweredBy</name>
<description>Powered by logos.</description>
@@ -137,6 +146,21 @@
<field xml.attribute="true">
<name>format</name>
<description>Date format to use. The default is
MM/dd/yyyy.</description>
+ <version>1.0.0</version>
+ <type>String</type>
+ <identifier>true</identifier>
+ </field>
+ </fields>
+ </class>
+ <class>
+ <name>Version</name>
+ <description>Modify display properties for version.</description>
+ <version>1.0.0</version>
+ <fields>
+ <field xml.attribute="true">
+ <name>position</name>
+ <description>Where to place the date published (left, right,
navigation-top, navigation-bottom,
+ bottom).</description>
<version>1.0.0</version>
<type>String</type>
<identifier>true</identifier>