Revision: 9909
Author: rchan...@google.com
Date: Tue Mar 29 11:24:05 2011
Log: Public
Fixes new project template to use 'clean' style. Issue 6208.
Review at http://gwt-code-reviews.appspot.com/1394801
Review by: jlaba...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=9909
Modified:
/trunk/user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/_moduleShortName_.gwt.xmlsrc
=======================================
---
/trunk/user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/_moduleShortName_.gwt.xmlsrc
Mon Mar 7 08:21:08 2011
+++
/trunk/user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/_moduleShortName_.gwt.xmlsrc
Tue Mar 29 11:24:05 2011
@@ -6,7 +6,8 @@
<!-- Inherit the default GWT style sheet. You can change -->
<!-- the theme of your GWT application by uncommenting -->
<!-- any one of the following lines. -->
- <inherits name='com.google.gwt.user.theme.standard.Standard'/>
+ <inherits name='com.google.gwt.user.theme.clean.Clean'/>
+ <!-- <inherits name='com.google.gwt.user.theme.standard.Standard'/> -->
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors