Author: vsiveton
Date: Sun Dec 12 12:24:14 2010
New Revision: 1044802

URL: http://svn.apache.org/viewvc?rev=1044802&view=rev
Log:
o typo

Modified:
    
maven/plugins/trunk/maven-doap-plugin/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java

Modified: 
maven/plugins/trunk/maven-doap-plugin/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java?rev=1044802&r1=1044801&r2=1044802&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-doap-plugin/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-doap-plugin/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
 Sun Dec 12 12:24:14 2010
@@ -799,7 +799,7 @@ public class DoapMojo
         }
 
         XmlWriterUtil.writeLineBreak( writer );
-        XmlWriterUtil.writeCommentText( writer, "bug database.", 2 );
+        XmlWriterUtil.writeCommentText( writer, "Bug database.", 2 );
         if ( StringUtils.isNotEmpty( project.getIssueManagement().getUrl() ) )
         {
             DoapUtil.writeRdfResourceElement( writer, "bug-database", 
project.getIssueManagement().getUrl() );
@@ -824,7 +824,7 @@ public class DoapMojo
         }
 
         XmlWriterUtil.writeLineBreak( writer );
-        XmlWriterUtil.writeCommentText( writer, "mailing list.", 2 );
+        XmlWriterUtil.writeCommentText( writer, "Mailing list.", 2 );
         for ( Iterator it = project.getMailingLists().iterator(); 
it.hasNext(); )
         {
             MailingList mailingList = (MailingList) it.next();
@@ -1435,7 +1435,7 @@ public class DoapMojo
         if ( StringUtils.isEmpty( asfExtOptions.getCharter() ) )
         {
             getLog().warn( "No charter specified! According 
http://projects.apache.org/docs/pmc.html, "
-                               + "charter is required" );
+                               + "asfext:charter is required" );
         }
         else
         {


Reply via email to