Revision: 8034
Author: [email protected]
Date: Tue May  4 04:39:38 2010
Log: Work around for a GWT logging bug.

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

Modified:
/branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/gwt/ExpensesCommon.gwt.xml

=======================================
--- /branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/gwt/ExpensesCommon.gwt.xml Wed Apr 28 13:19:55 2010 +++ /branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/gwt/ExpensesCommon.gwt.xml Tue May 4 04:39:38 2010
@@ -2,11 +2,15 @@
<!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>
   <inherits name='com.google.gwt.app.App' />
+  <!-- TODO: Inheriting Logging due to GWT bug.  Remove when fixed. -->
+  <inherits name='com.google.gwt.logging.Logging' />
   <inherits name='com.google.gwt.requestfactory.RequestFactory'/>
   <inherits name='com.google.gwt.sample.bikeshed.style.Style'/>
   <inherits name="com.google.gwt.bikeshed.list.List" />
   <inherits name="com.google.gwt.bikeshed.tree.Tree" />

+  <set-property name="gwt.logging" value="DISABLED"/>
+
   <source path='client'/>
   <source path='request'/>
   <source path='place'/>

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

Reply via email to