Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
enable gwt super dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Nov 5, 2012
1 parent 78bc976 commit 9127f73
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions zanata-war/pom.xml
Expand Up @@ -219,6 +219,15 @@
<port>8080</port>
</configuration>
</execution>
<execution>
<id>run-codeserver</id>
<goals>
<goal>run-codeserver</goal>
</goals>
<configuration>
<module>org.zanata.webtrans.ApplicationSafari</module>
</configuration>
</execution>
</executions>
<configuration>
<runTarget>zanata/webtrans/Application.html</runTarget>
Expand Down
Expand Up @@ -8,4 +8,9 @@
<set-property name="locale" value="default"/>
<extend-property name="log_level" values="DEBUG" />
<set-property name="log_level" value="DEBUG" />


<!-- support gwt super dev mode -->
<add-linker name="xsiframe"/>
<set-configuration-property name="devModeRedirectEnabled" value="true"/>
</module>

0 comments on commit 9127f73

Please sign in to comment.