jvanzyl     2004/03/08 11:09:45

  Modified:    maven-model maven.mdo
  Log:
  o more doco
  
  Revision  Changes    Path
  1.10      +7 -5      maven-components/maven-model/maven.mdo
  
  Index: maven.mdo
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- maven.mdo 8 Mar 2004 19:02:56 -0000       1.9
  +++ maven.mdo 8 Mar 2004 19:09:45 -0000       1.10
  @@ -144,6 +144,7 @@
             <description>The project's dependencies.</description>
             <type>java.util.List</type>
             <defaultValue>new ArrayList()</defaultValue>
  +          <comment>These should ultimately only be compile time dependencies when 
transitive dependencies come into play.</comment>
           </field>
           <field>
             <name>licenses</name>
  @@ -165,30 +166,30 @@
           </field>
           <field>
             <name>packageGroups</name>
  -          <description>the description</description>
  +          <description>Package groups required for complete javadocs.</description>
             <type>java.util.List</type>
             <defaultValue>new ArrayList()</defaultValue>
           </field>
           <field>
             <name>reports</name>
  -          <description>the description</description>
  +          <description>Reports to be generated for the project.</description>
             <type>java.util.List</type>
             <defaultValue>new ArrayList()</defaultValue>
           </field>
           <field>
             <name>repository</name>
  -          <description>the description</description>
  +          <description>Specification for the SCM use by the project.</description>
             <type>Repository</type>
             <comment>This element needs to be renamed as it conflicts with the 
existing notion of repositories in Maven.</comment>
           </field>
           <field>
             <name>build</name>
  -          <description>the description</description>
  +          <description>Information required to build the project.</description>
             <type>Build</type>
           </field>
           <field>
             <name>organization</name>
  -          <description>the description</description>
  +          <description>Umbrella organization for the project.</description>
             <type>Organization</type>
           </field>
         </fields>
  @@ -346,6 +347,7 @@
             <name>url</name>
             <description>the description</description>
             <type>String</type>
  +          <comment>The URL should really be gleaned from a shared database of 
dependency information.</comment>
           </field>
           <field>
             <name>artifact</name>
  
  
  

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

Reply via email to