Author: aheritier
Date: Thu Feb  7 10:43:16 2008
New Revision: 619558

URL: http://svn.apache.org/viewvc?rev=619558&view=rev
Log:
Fix some typo

Modified:
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/ide/messages.properties

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/ide/messages.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/ide/messages.properties?rev=619558&r1=619557&r2=619558&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/ide/messages.properties
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/ide/messages.properties
 Thu Feb  7 10:43:16 2008
@@ -2,10 +2,10 @@
 sourcesnotdownloaded=\n       Sources for some artifacts are not available.\n  
     Please run the same goal with the -DdownloadSources=true parameter in 
order to check remote repositories for sources.\n       List of artifacts 
without a source archive:
 sourcesmissingitem=\n         o {0}
 javadocnotavailable=\n       Javadoc for some artifacts is not available.\n    
   List of artifacts without a javadoc archive:
-javadocnotdownloaded=\n       Javadoc for some artifacts is not available.\n   
    Please run the same goal with the -DdownloadJavadoc=true parameter in order 
to check remote repositories for javadoc.\n       List of artifacts without a 
javadoc archive:
+javadocnotdownloaded=\n       Javadoc for some artifacts is not available.\n   
    Please run the same goal with the -DdownloadJavadocs=true parameter in 
order to check remote repositories for javadoc.\n       List of artifacts 
without a javadoc archive:
 javadocmissingitem=\n         o {0}
 errorresolving=Error resolving {0} artifact. Artifact id: {1} (Message: {2})
 artifactresolution=An error occurred during dependency resolution of the 
following artifact:\n    {0}:{1}:{2}\nCaused by: {3}
 artifactdownload=An error occurred during dependency resolution.\n    Failed 
to retrieve {0}:{1}-{2}\nCaused by: {3}
 cantcanonicalize=Can''t canonicalize system path: {0}
-unabletoparseversion={0}: unable to parse version ''{1}'' for dependency 
''{2}'': {3}
\ No newline at end of file
+unabletoparseversion={0}: unable to parse version ''{1}'' for dependency 
''{2}'': {3}


Reply via email to