It adds the GWT project nature and the GWT builder to the eclipse
project. You dont need the GPE, but i'd suggest you to use it. GPE adds
syntax highlighting and completion to .ui.xml files, a development mode
view and lots of other helpful things.
Am 16.05.2012 18:15, schrieb Kei Kei:
<!-- 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.
--
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.