Author: rfscholte
Date: Sun Aug  7 20:36:41 2011
New Revision: 1154761

URL: http://svn.apache.org/viewvc?rev=1154761&view=rev
Log:
Fix MECLIPSE-499: Improve eclipse:eclipse excludes option documentation

Modified:
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java?rev=1154761&r1=1154760&r2=1154761&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java
 Sun Aug  7 20:36:41 2011
@@ -174,9 +174,10 @@ public class EclipsePlugin
     private List projectnatures;
 
     /**
-     * List of artifact to exclude from eclipse classpath, beeing provided by 
some eclipse classPathContainer
-     * [MECLIPSE-79]
-     * 
+     * List of artifacts, represented as <code>groupId:artifactId</code>, to 
exclude from the eclipse classpath, 
+     * being provided by some eclipse classPathContainer.
+     *
+     * @see http://jira.codehaus.org/browse/MECLIPSE-79
      * @since 2.5
      * @parameter
      */


Reply via email to