Revision: 8103
Author: rj...@google.com
Date: Tue May 11 20:56:53 2010
Log: Fix some missing dependencies so web mode compile will work

http://code.google.com/p/google-web-toolkit/source/detail?r=8103

Added:
 /branches/2.1/bikeshed/src/com/google/gwt/user/User.gwt.xml
Modified:
/branches/2.1/bikeshed/src/com/google/gwt/sample/bikeshed/cookbook/Cookbook.gwt.xml /branches/2.1/bikeshed/src/com/google/gwt/sample/bikeshed/stocks/StocksDesktop.gwt.xml /branches/2.1/bikeshed/src/com/google/gwt/sample/bikeshed/stocks/StocksMobile.gwt.xml

=======================================
--- /dev/null
+++ /branches/2.1/bikeshed/src/com/google/gwt/user/User.gwt.xml Tue May 11 20:56:53 2010
@@ -0,0 +1,55 @@
+<!--
+  Copyright 2008 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not + use this file except in compliance with the License. You may obtain a copy of
+  the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+  the License.
+-->
+
+<!-- Combines all user facilities into a single module for convenience. --> +<!-- Most new code should inherit this module. --> +<!-- -->
+<module>
+ <!-- TODO this is backward, app should depend upon user. Need to move parser, renderer here -->
+   <inherits name="com.google.gwt.app.App"/>
+   <inherits name="com.google.gwt.core.Core"/>
+   <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.uibinder.UiBinder"/>
+   <inherits name="com.google.gwt.user.AsyncProxy"/>
+   <inherits name="com.google.gwt.user.RemoteService"/>
+   <inherits name="com.google.gwt.user.DocumentRoot" />
+   <inherits name="com.google.gwt.user.DOM"/>
+   <inherits name="com.google.gwt.user.Window" />
+   <inherits name="com.google.gwt.user.HTTPRequest"/>
+   <inherits name="com.google.gwt.user.History"/>
+   <inherits name="com.google.gwt.i18n.I18N"/>
+   <inherits name="com.google.gwt.user.Popup"/>
+   <inherits name="com.google.gwt.user.Form"/>
+   <inherits name="com.google.gwt.user.TextBox"/>
+   <inherits name="com.google.gwt.user.Focus"/>
+   <inherits name="com.google.gwt.user.ImageBundle"/>
+   <inherits name="com.google.gwt.user.ClippedImage"/>
+   <inherits name="com.google.gwt.user.RichText"/>
+   <inherits name="com.google.gwt.user.SplitPanel"/>
+   <inherits name="com.google.gwt.user.CaptionPanel" />
+   <inherits name="com.google.gwt.user.Window" />
+   <inherits name="com.google.gwt.user.Tree"/>
+   <inherits name="com.google.gwt.user.Hyperlink"/>
+   <inherits name="com.google.gwt.user.FileUpload"/>
+   <inherits name="com.google.gwt.user.datepicker.DatePicker"/>
+   <inherits name="com.google.gwt.user.cellview.CellView"/>
+
+   <super-source path="translatable"/>
+   <source path="client"/>
+</module>
=======================================
--- /branches/2.1/bikeshed/src/com/google/gwt/sample/bikeshed/cookbook/Cookbook.gwt.xml Thu Apr 22 06:58:10 2010 +++ /branches/2.1/bikeshed/src/com/google/gwt/sample/bikeshed/cookbook/Cookbook.gwt.xml Tue May 11 20:56:53 2010
@@ -1,4 +1,5 @@
 <module rename-to='cookbook'>
+  <inherits name="com.google.gwt.requestfactory.RequestFactory"/>
   <inherits name='com.google.gwt.user.User'/>
   <inherits name='com.google.gwt.sample.bikeshed.style.Style'/>
   <inherits name='com.google.gwt.bikeshed.list.List'/>
=======================================
--- /branches/2.1/bikeshed/src/com/google/gwt/sample/bikeshed/stocks/StocksDesktop.gwt.xml Fri Mar 26 06:15:07 2010 +++ /branches/2.1/bikeshed/src/com/google/gwt/sample/bikeshed/stocks/StocksDesktop.gwt.xml Tue May 11 20:56:53 2010
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 0.0.999//EN" "http://google-web-toolkit.googlecode.com/svn/tags/0.0.999/distro-source/core/src/gwt-module.dtd";>
 <module rename-to='stocksdesktop'>
+  <inherits name="com.google.gwt.requestfactory.RequestFactory"/>
   <inherits name='com.google.gwt.sample.bikeshed.stocks.StocksCommon'/>
<entry-point class='com.google.gwt.sample.bikeshed.stocks.client.StocksDesktop'/>
 </module>
=======================================
--- /branches/2.1/bikeshed/src/com/google/gwt/sample/bikeshed/stocks/StocksMobile.gwt.xml Fri Mar 26 06:15:07 2010 +++ /branches/2.1/bikeshed/src/com/google/gwt/sample/bikeshed/stocks/StocksMobile.gwt.xml Tue May 11 20:56:53 2010
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 0.0.999//EN" "http://google-web-toolkit.googlecode.com/svn/tags/0.0.999/distro-source/core/src/gwt-module.dtd";>
 <module rename-to='stocksmobile'>
+  <inherits name="com.google.gwt.requestfactory.RequestFactory"/>
   <inherits name='com.google.gwt.sample.bikeshed.stocks.StocksCommon'/>
<entry-point class='com.google.gwt.sample.bikeshed.stocks.client.StocksMobile'/>
 </module>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to