Subversion Repository Public Repository

litesoft

Diff Revisions 538 vs 540 for /trunk/GWT_Sandbox/MultiModule/main/src/org/litesoft/sandbox/multimodule/main/client/Main.java

Diff revisions: vs.
  @@ -1,12 +1,11 @@
1 1 package org.litesoft.sandbox.multimodule.main.client;
2 2
3 - import org.litesoft.sandbox.multimodule.common.client.infrastructure.*;
3 + import org.litesoft.sandbox.infrastructure.client.*;
4 + import org.litesoft.sandbox.multimodule.foundation.client.*;
4 5
5 6 import com.google.gwt.activity.shared.*;
6 7 import com.google.gwt.core.client.*;
7 8 import com.google.gwt.event.shared.*;
8 - import com.google.gwt.place.shared.*;
9 - import com.google.gwt.safehtml.shared.*;
10 9 import com.google.gwt.user.client.ui.*;
11 10
12 11 /**
  @@ -24,7 +23,6 @@
24 23
25 24 RootPanel.get( "CenteredContent" ).add( zAppWidget );
26 25 RootPanel.get( "Message" ).add( zMessageUserSinkLabel );
27 - // zCenteredContent.add( new CubeFace( null, "FrontGroup", Places.Front, Places.Top, Places.Right, Places.Left, Places.Bottom ) );
28 26
29 27 ClientFactoryImpl clientFactory = new ClientFactoryImpl(); // GWT.create( ClientFactory.class );
30 28 PlaceActivityMapper pam = new PlaceActivityMapper<ClientFactory>(clientFactory.getEventBus(), clientFactory);