You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2006/11/14 00:22:18 UTC

svn commit: r474566 - /maven/components/trunk/maven-settings/settings.mdo

Author: dennisl
Date: Mon Nov 13 15:22:15 2006
New Revision: 474566

URL: http://svn.apache.org/viewvc?view=rev&rev=474566
Log:
o Make sure that descriptions end with a period, if they have a defaultValue. This way it will look nice when we upgrade to a newer version of Modello.

Modified:
    maven/components/trunk/maven-settings/settings.mdo

Modified: maven/components/trunk/maven-settings/settings.mdo
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-settings/settings.mdo?view=diff&rev=474566&r1=474565&r2=474566
==============================================================================
--- maven/components/trunk/maven-settings/settings.mdo (original)
+++ maven/components/trunk/maven-settings/settings.mdo Mon Nov 13 15:22:15 2006
@@ -750,7 +750,7 @@
         <field>
           <name>enabled</name>
           <version>1.0.0</version>
-          <description>Whether to use this repository for downloading this type of artifact</description>
+          <description>Whether to use this repository for downloading this type of artifact.</description>
           <type>boolean</type>
           <defaultValue>true</defaultValue>
         </field>