Author: brett
Date: Sat May 13 18:58:27 2006
New Revision: 406186
URL: http://svn.apache.org/viewcvs?rev=406186&view=rev
Log:
[MSITE-61] add inheritAsRef attribute
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=406186&r1=406185&r2=406186&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 Sat May 13 18:58:27
2006
@@ -329,6 +329,13 @@
<identifier>true</identifier>
</field>
<field xml.attribute="true">
+ <name>inheritAsRef</name>
+ <description>If this is a reference, setting inheritAsRef means that it will
be populated in the project,
+ whereas if it is false it is populated in the parent and then inherited.</description>
+ <version>1.0.0</version>
+ <type>boolean</type>
+ </field>
+ <field xml.attribute="true">
<name>ref</name>
<description><![CDATA[A reference to a pre-defined menu, such as a <code>reports</code>,
<code>modules</code>
or <code>parentProject</code>.]]></description>
|