> > <!-- Mark the project for Google Plugin for Eclipse (GPE) --> > <plugin> > <artifactId>maven-eclipse-plugin</artifactId> > <version>2.8</version> > <configuration> > <downloadSources>true</downloadSources> > <downloadJavadocs>false</downloadJavadocs> > <wtpversion>2.0</wtpversion> > <additionalBuildcommands> > <buildCommand> > <name>com.google.gwt.eclipse.core.gwtProjectValidator</name> > </buildCommand> > </additionalBuildcommands> > <additionalProjectnatures> > > <projectnature>com.google.gwt.eclipse.core.gwtNature</projectnature> > </additionalProjectnatures> > </configuration> > </plugin> > </plugins> >
I see the above plugin in http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/dynatablerf/pom.xml what is its use? I have not installed GPE, instead I have installed M2Eclipse. is GPE necessary? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
