Fix mapStyle attribute. The correct name is xml.mapStyle

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2004-10-01 12:35:20 +00:00
parent a699b769da
commit ed31ac5175
1 changed files with 2 additions and 2 deletions

View File

@ -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>