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:02 UTC

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

Author: aheritier
Date: Thu Jan 31 13:07:58 2008
New Revision: 617240

URL: http://svn.apache.org/viewvc?rev=617240&view=rev
Log:
Use the same expression as in AbstractWorkspaceMojo

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=617240&r1=617239&r2=617240&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:07:58 2008
@@ -210,7 +210,7 @@
      * may not contain variables in the artefactId, groupId and version tags.
      * 
      * @since 2.5
-     * @parameter expression="${eclipse.workspaceToConnect}"
+     * @parameter expression="${eclipse.workspace}"
      */
     protected String workspace;