Revision: 5883 Author: [email protected] Date: Wed Aug 5 08:05:56 2009 Log: Fixing missing Layout module include.
http://code.google.com/p/google-web-toolkit/source/detail?r=5883 Modified: /trunk/user/src/com/google/gwt/user/User.gwt.xml ======================================= --- /trunk/user/src/com/google/gwt/user/User.gwt.xml Tue Jul 28 09:21:27 2009 +++ /trunk/user/src/com/google/gwt/user/User.gwt.xml Wed Aug 5 08:05:56 2009 @@ -22,6 +22,7 @@ <inherits name="com.google.gwt.event.Event"/> <inherits name="com.google.gwt.animation.Animation"/> <inherits name="com.google.gwt.resources.Resources"/> + <inherits name="com.google.gwt.layout.Layout"/> <inherits name="com.google.gwt.user.AsyncProxy"/> <inherits name="com.google.gwt.user.RemoteService"/> <inherits name="com.google.gwt.user.DocumentRoot" /> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
