git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@69054 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ecdc841641
commit
11a29b5f10
2
pom.xml
2
pom.xml
|
@ -195,7 +195,7 @@
|
|||
<!-- Plugin configuration. There are many available options, see gwt-maven-plugin
|
||||
documentation at codehaus.org -->
|
||||
<configuration>
|
||||
<runTarget>Messages.html</runTarget>
|
||||
<runTarget>WorkspacePortlet.html</runTarget>
|
||||
<hostedWebapp>${webappDirectory}</hostedWebapp>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<!-- We need the JUnit module in the main module, -->
|
||||
<!-- otherwise eclipse complains (Google plugin bug?) -->
|
||||
<inherits name='com.google.gwt.junit.JUnit' />
|
||||
<!-- <inherits name='com.google.gwt.junit.JUnit' />-->
|
||||
|
||||
|
||||
<!-- Moduel GXT -->
|
||||
|
|
Loading…
Reference in New Issue