o I want to be able to read/write the <currentVersion/> element but I

want everything delegated to the version field, so for lack of a better
  term I made the <delegateTo> element for modello to shunt control of
  one field to another.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-03-10 22:24:29 +00:00
parent 803587943d
commit dd24911520
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,12 @@
<description>Human readable name of the project.</description>
<type>String</type>
</field>
<field>
<name>currentVersion</name>
<description>The current version of the project.</description>
<type>String</type>
<delegateTo>version</delegateTo>
</field>
<field>
<name>version</name>
<description>The current version of the project.</description>