Updated README-MAVEN.txt with required Eclipse plugins
needed to import expenses sample app as a maven project.
Review at http://gwt-code-reviews.appspot.com/1031801
Review by: drfibonacci@google.com
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9118 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/expenses/README-MAVEN.txt b/samples/expenses/README-MAVEN.txt
index 40e8546..cbd6822 100644
--- a/samples/expenses/README-MAVEN.txt
+++ b/samples/expenses/README-MAVEN.txt
@@ -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.