jvanzyl     2004/03/10 12:46:31

  Modified:    maven-model maven.mdo
  Log:
  o using strings and lists for now while I test and expand modello.
  
  Revision  Changes    Path
  1.17      +5 -3      maven-components/maven-model/maven.mdo
  
  Index: maven.mdo
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- maven.mdo 8 Mar 2004 22:10:49 -0000       1.16
  +++ maven.mdo 10 Mar 2004 20:46:31 -0000      1.17
  @@ -22,6 +22,7 @@
     <version>3.0.0</version>
     <description>Maven's model for Java project.</description>
     <packageName>org.apache.maven.model</packageName>
  +  <root>Model</root>
     <classes>
       <class>
         <name>Model</name>
  @@ -415,8 +416,8 @@
               describe by a <code>role</code> element, the body of which is a
               role name.
             </description>
  -          <type>java.util.SortedSet</type>
  -          <defaultValue>new TreeSet()</defaultValue>
  +          <type>java.util.List</type>
  +          <defaultValue>new ArrayList()</defaultValue>
           </field>
           <field>
             <name>timezone</name>
  @@ -691,7 +692,8 @@
           <field>
             <name>filtering</name>
             <description>Describe if resources are filtered or not.</description>
  -          <type>boolean</type>
  +          <type>String</type>
  +          <defaultValue>false</defaultValue>
           </field>
         </fields>
       </class>
  
  
  

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

Reply via email to