Author: dennisl
Date: Sun Jan 14 13:16:31 2007
New Revision: 496154

URL: http://svn.apache.org/viewvc?view=rev&rev=496154
Log:
o Fix invalid XHTML in a comment.
o Fix typos in descriptions.
o Merge in revisions 490092 and 496152 from trunk.

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/viewvc/maven/components/branches/maven-2.0.x/maven-model/maven.mdo?view=diff&rev=496154&r1=496153&r2=496154
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-model/maven.mdo (original)
+++ maven/components/branches/maven-2.0.x/maven-model/maven.mdo Sun Jan 14 
13:16:31 2007
@@ -1997,7 +1997,6 @@
           <version>3.0.0</version>
           <description><![CDATA[
             A unique identifier for a version. This is usually identical to 
the name.
-            </a> builds.
           ]]></description>
           <type>String</type>
         </field>
@@ -2020,7 +2019,7 @@
       <version>4.0.0</version>
       <description><![CDATA[
          A repository contains the information needed
-         for establishing connections with remote repoistory.
+         for establishing connections with remote repository.
       ]]></description>
       <fields>
         <field>
@@ -2086,7 +2085,7 @@
       <superClass>RepositoryBase</superClass>
       <version>4.0.0</version>
       <description>
-        A repository contains the information needed for establishing 
connections with remote repoistory.
+        A repository contains the information needed for establishing 
connections with remote repository.
       </description>
       <fields>
         <field>
@@ -2125,7 +2124,7 @@
       <superClass>RepositoryBase</superClass>
       <version>4.0.0</version>
       <description>
-        Repository contains the information needed for deploying to the remote 
repoistory.
+        Repository contains the information needed for deploying to the remote 
repository.
       </description>
       <fields>
         <field>
@@ -2154,7 +2153,7 @@
     <class>
       <name>RepositoryPolicy</name>
       <version>4.0.0</version>
-      <description>Download policy</description>
+      <description>Download policy.</description>
       <fields>
         <field>
           <name>enabled</name>
@@ -2207,7 +2206,7 @@
           <name>id</name>
           <version>4.0.0</version>
           <description><![CDATA[
-            A unique identifier for a deployment locataion. This is used to 
match the site to configuration in
+            A unique identifier for a deployment location. This is used to 
match the site to configuration in
             the <code>settings.xml</code> file, for example.
           ]]></description>
           <type>String</type>


Reply via email to