Reviewers: drfibonacci, Description: Updated README-MAVEN.txt with required Eclipse plugins needed to import expenses sample app as a maven project.
Please review this at http://gwt-code-reviews.appspot.com/1031801/show Affected files: M samples/expenses/README-MAVEN.txt Index: samples/expenses/README-MAVEN.txt =================================================================== --- samples/expenses/README-MAVEN.txt (revision 9115) +++ samples/expenses/README-MAVEN.txt (working copy) @@ -4,9 +4,11 @@ Eclipse. We've tested against Eclipse 3.5. Later versions will likely also work, earlier versions may not. -Eclipse users will need to have the m2eclipse, or equivalent, pluigin -installed. Instructions for how to install the m2eclipse plugin can -be found here: http://m2eclipse.sonatype.org/installing-m2eclipse.html +Eclipse users will need to install the following plugin components: +- m2eclipse Core +- Maven Integration for WTP (in m2eclipse extras) + Instructions for how to install both can be found here: + http://m2eclipse.sonatype.org/installing-m2eclipse.html Ensure Eclipse is configured to use Java 1.6 as this sample uses AppEngine. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
