You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/01/31 22:08:55 UTC

svn commit: r617241 - /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java

Author: aheritier
Date: Thu Jan 31 13:08:53 2008
New Revision: 617241

URL: http://svn.apache.org/viewvc?rev=617241&view=rev
Log:
Fix doc

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

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java?rev=617241&r1=617240&r2=617241&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java Thu Jan 31 13:08:53 2008
@@ -215,8 +215,8 @@
     protected String workspace;
 
     /**
-     * Limit the use of project references to the current workspaceToConnect. No project references will be created to
-     * projects in the reactor when they are not available in the workspace.
+     * Limit the use of project references to the current workspace. No project references will be created to projects
+     * in the reactor when they are not available in the workspace.
      * 
      * @parameter expression="${eclipse.limitProjectReferencesToWorkspace}" default-value="false"
      */