You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ev...@apache.org on 2004/10/01 14:35:20 UTC

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

evenisse    2004/10/01 05:35:20

  Modified:    maven-model maven.mdo
  Log:
  Fix mapStyle attribute. The correct name is xml.mapStyle
  
  Revision  Changes    Path
  1.60      +2 -2      maven-components/maven-model/maven.mdo
  
  Index: maven.mdo
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- maven.mdo	26 Sep 2004 13:29:06 -0000	1.59
  +++ maven.mdo	1 Oct 2004 12:35:20 -0000	1.60
  @@ -416,7 +416,7 @@
               plugins it uses.
             </description>
             <type>Properties</type>
  -          <association mapStyle="inline">
  +          <association xml.mapStyle="inline">
               <type>String</type>
               <multiplicity>*</multiplicity>
             </association>
  @@ -845,7 +845,7 @@
               <code>WEB-INF/lib</code>. For example syntax, check the war plugin docs.
             </description>
             <type>Properties</type>
  -          <association mapStyle="inline">
  +          <association xml.mapStyle="inline">
               <type>String</type>
               <multiplicity>*</multiplicity>
             </association>