This commit is contained in:
Francesco Mangiacrapa 2013-02-08 14:57:17 +00:00
parent ecdc841641
commit 11a29b5f10
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@
<!-- Plugin configuration. There are many available options, see gwt-maven-plugin <!-- Plugin configuration. There are many available options, see gwt-maven-plugin
documentation at codehaus.org --> documentation at codehaus.org -->
<configuration> <configuration>
<runTarget>Messages.html</runTarget> <runTarget>WorkspacePortlet.html</runTarget>
<hostedWebapp>${webappDirectory}</hostedWebapp> <hostedWebapp>${webappDirectory}</hostedWebapp>
</configuration> </configuration>
</plugin> </plugin>

View File

@ -5,7 +5,7 @@
<!-- We need the JUnit module in the main module, --> <!-- We need the JUnit module in the main module, -->
<!-- otherwise eclipse complains (Google plugin bug?) --> <!-- otherwise eclipse complains (Google plugin bug?) -->
<inherits name='com.google.gwt.junit.JUnit' /> <!-- <inherits name='com.google.gwt.junit.JUnit' />-->
<!-- Moduel GXT --> <!-- Moduel GXT -->