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 2009/05/15 11:29:33 UTC

svn commit: r775065 - /maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt

Author: aheritier
Date: Fri May 15 09:29:30 2009
New Revision: 775065

URL: http://svn.apache.org/viewvc?rev=775065&view=rev
Log:
https://jira.codehaus.org/browse/MECLIPSE-434 : WTP 2.0 Documentation

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt?rev=775065&r1=775064&r2=775065&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt Fri May 15 09:29:30 2009
@@ -20,7 +20,7 @@
  In order to create a configuration for WTP you have to specify the version of
  WTP you are using.
  
- The plugin actually can create WTP R7, 1.0 and 1.5 configuration files.
+ The plugin actually can create WTP R7, 1.0, 1.5 and 2.0 configuration files.
  
  Note that R7/1.0 configuration files are totally different, so be sure to
  check the version you are using. WTP 1.5 configuration is slightly changed
@@ -32,7 +32,7 @@
 mvn -Dwtpversion=R7 eclipse:eclipse
 +-----------------------------------------------------+
  
- Where wtpversion can be <<<R7>>>, <<<1.0>>>, <<<1.5>>> or <<<none>>> (default).
+ Where wtpversion can be <<<R7>>>, <<<1.0>>>, <<<1.5>>>, <<<2.0>>> or <<<none>>> (default).
  
  <Note that in the 2.0 version of the plugin the default was R7 and WTP
  configuration was always generated. Now that different incompatible versions