jvanzyl     2004/03/10 14:24:29

  Modified:    maven-model maven.mdo
  Log:
  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.
  
  Revision  Changes    Path
  1.19      +6 -0      maven-components/maven-model/maven.mdo
  
  Index: maven.mdo
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- maven.mdo 10 Mar 2004 22:12:19 -0000      1.18
  +++ maven.mdo 10 Mar 2004 22:24:29 -0000      1.19
  @@ -59,6 +59,12 @@
             <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>
             <type>String</type>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to