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 2008/08/06 00:05:57 UTC

svn commit: r682987 - /maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo

Author: dennisl
Date: Tue Aug  5 15:05:56 2008
New Revision: 682987

URL: http://svn.apache.org/viewvc?rev=682987&view=rev
Log:
o Fix typos.

Modified:
    maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo

Modified: maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo?rev=682987&r1=682986&r2=682987&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo Tue Aug  5 15:05:56 2008
@@ -48,7 +48,7 @@
           <description>
             Contains the properties of this document.
           </description>
-        </field> 
+        </field>
         <field>
           <name>body</name>
           <version>1.0.0</version>
@@ -81,7 +81,7 @@
           <association>
             <type>Author</type>
             <multiplicity>1</multiplicity>
-          </association>          
+          </association>
         </field>
       </fields>
     </class>
@@ -159,7 +159,7 @@
           <description>
             The page author name.
           </description>
-        </field>    
+        </field>
         <field xml.attribute="true" xml.tagName="email">
           <name>authorEmail</name>
           <version>1.0.0</version>
@@ -169,7 +169,7 @@
           </description>
         </field>
       </fields>
-    </class>        
+    </class>
     <class xsd.compositor="sequence">
       <name>Action</name>
       <version>1.0.0</version>
@@ -184,7 +184,7 @@
           <description>
             A short description of the action taken.
           </description>
-        </field>     
+        </field>
         <field xml.attribute="true">
           <name>dev</name>
           <version>1.0.0</version>
@@ -212,7 +212,7 @@
           <description>
             Email of the person to be credited for this change.
           </description>
-        </field>   
+        </field>
         <field xml.attribute="true">
           <name>issue</name>
           <version>1.0.0</version>
@@ -225,7 +225,7 @@
               <p>See the <a href="changes-report.html">changes-report mojo</a> for more details.</p>
             ]]>
           </description>
-        </field>                     
+        </field>
         <field xml.attribute="true">
           <name>type</name>
           <version>1.0.0</version>
@@ -254,13 +254,13 @@
               <p>See the <a href="changes-report.html">changes-report mojo</a> for more details.</p>
             ]]>
           </description>
-        </field>    
+        </field>
         <field xml.attribute="true">
           <name>date</name>
           <version>1.0.0</version>
           <type>String</type>
           <description>fix date</description>
-        </field>     
+        </field>
         <field xml.listStyle="flat" xml.tagName="fixes" xml.associationTagName="fixes">
           <name>fixedIssues</name>
           <version>1.0.0</version>
@@ -278,28 +278,28 @@
             <multiplicity>*</multiplicity>
           </association>
           <description>A list of contibutors for this issue.</description>
-        </field>                                 
+        </field>
       </fields>
       <codeSegments>
         <codeSegment>
           <version>1.0.9+</version>
           <code><![CDATA[
             public static final String ADD_ACTION = "add";
-        
+
             public static final String FIX_ACTION = "fix";
-        
+
             public static final String UPDATE_ACTION = "update";
-        
+
             public static final String REMOVE_ACTION = "remove";
           ]]></code>
         </codeSegment>
-      </codeSegments>      
+      </codeSegments>
     </class>
     <class xsd.compositor="sequence">
       <name>DueTo</name>
       <version>1.0.0</version>
       <description>
-        Extras Name and Email of the person to be credited for this change. This can be used when a patch is submitted by a non-committer.
+        Name and Email of the person to be credited for this change. This can be used when a patch is submitted by a non-committer.
       </description>
       <fields>
         <field xml.attribute="true">
@@ -312,8 +312,8 @@
           <name>email</name>
           <version>1.0.0</version>
           <type>String</type>
-          <description>Name of the person to be credited for this change.</description>
-        </field>        
+          <description>Email of the person to be credited for this change.</description>
+        </field>
       </fields>
     </class>
     <class xsd.compositor="sequence">
@@ -333,10 +333,10 @@
               <p>The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplate parameter.</p>
               <p>See the <a href="changes-report.html">changes-report mojo</a> for more details.</p>
             ]]>
-          </description>          
+          </description>
         </field>
       </fields>
-    </class>          
+    </class>
   </classes>
 </model>