Author: brett Date: Thu Mar 9 19:47:25 2006 New Revision: 384693 URL: http://svn.apache.org/viewcvs?rev=384693&view=rev Log: fix comment that broke compilation
Modified: maven/components/branches/maven-2.0.x/maven-model/maven.mdo Modified: maven/components/branches/maven-2.0.x/maven-model/maven.mdo URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-model/maven.mdo?rev=384693&r1=384692&r2=384693&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/maven-model/maven.mdo (original) +++ maven/components/branches/maven-2.0.x/maven-model/maven.mdo Thu Mar 9 19:47:25 2006 @@ -1683,7 +1683,7 @@ <field> <name>includes</name> <version>3.0.0+</version> - <description><![CDATA[A list of patterns to include, e.g. **/*.xml]]></description> + <description><![CDATA[A list of patterns to include, e.g. <code>**/*.xml</code>.]]></description> <association> <type>String</type> <multiplicity>*</multiplicity> @@ -1692,7 +1692,7 @@ <field> <name>excludes</name> <version>3.0.0+</version> - <description><![CDATA[A list of patterns to exclude, e.g. **/*.xml]]></description> + <description><![CDATA[A list of patterns to exclude, e.g. <code>**/*.xml</code>]]></description> <association> <type>String</type> <multiplicity>*</multiplicity>