Subversion Repository Public Repository

litesoft

Diff Revisions 511 vs 512 for /trunk/GWT_Sandbox/MultiModule/common/src/org/litesoft/sandbox/multimodule/common/Common.gwt.xml

Diff revisions: vs.
  @@ -4,6 +4,9 @@
4 4 <!-- Inherit the core Web Toolkit stuff. -->
5 5 <inherits name='com.google.gwt.user.User'/>
6 6 <inherits name='com.google.gwt.place.Place'/>
7 + <inherits name='com.google.gwt.activity.Activity'/>
8 +
9 + <inherits name="org.litesoft.Logger"/>
7 10
8 11 <!-- Specify the app entry point class. -->
9 12 <entry-point class='org.litesoft.sandbox.multimodule.common.client.Common'/>