You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/04/13 05:19:09 UTC

cvs commit: maven-components/maven-model maven.mdo

jvanzyl     2004/04/12 20:19:09

  Modified:    maven-model maven.mdo
  Log:
  o change the <repository/> to the <scm/>.
  
  Revision  Changes    Path
  1.24      +3 -3      maven-components/maven-model/maven.mdo
  
  Index: maven.mdo
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- maven.mdo	12 Apr 2004 14:41:05 -0000	1.23
  +++ maven.mdo	13 Apr 2004 03:19:09 -0000	1.24
  @@ -232,9 +232,9 @@
             <defaultValue>new ArrayList()</defaultValue>
           </field>
           <field>
  -          <name>repository</name>
  +          <name>scm</name>
             <description>Specification for the SCM use by the project.</description>
  -          <type>Repository</type>
  +          <type>Scm</type>
             <comment>This element needs to be renamed as it conflicts with the existing notion of repositories in Maven.</comment>
           </field>
           <field>
  @@ -681,7 +681,7 @@
         </fields>
       </class>
       <class>
  -      <name>Repository</name>
  +      <name>Scm</name>
         <fields>
           <field>
             <name>connection</name>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org