Author: aheritier
Date: Wed Jan 30 22:39:54 2008
New Revision: 617018

URL: http://svn.apache.org/viewvc?rev=617018&view=rev
Log:
issue MECLIPSE-344: Add since info

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=617018&r1=617017&r2=617018&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
 Wed Jan 30 22:39:54 2008
@@ -209,6 +209,7 @@
      * settings as the reactor projects, but the project name template my 
differ. The pom's in the workspace projects
      * may not contain variables in the artefactId, groupId and version tags.
      * 
+     * @since 2.5
      * @parameter expression="${eclipse.workspaceToConnect}"
      */
     protected String workspace;
@@ -827,7 +828,7 @@
     }
 
     /**
-     * @return an array with all dependencies avaliable in the workspace, to 
be implemented by the subclasses.
+     * @return an array with all dependencies avalaible in the workspace, to 
be implemented by the subclasses.
      */
     protected IdeDependency[] getWorkspaceArtefacts()
     {


Reply via email to