| commit | c16eddd28371a46f10f9fe9b7c63d0a991466c8c | [log] [tgz] |
|---|---|---|
| author | rchandia@google.com <rchandia@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Mar 29 18:24:05 2011 +0000 |
| committer | rchandia@google.com <rchandia@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Mar 29 18:24:05 2011 +0000 |
| tree | 701b8c0447fdbfce6f5e1f07ebde4102648d2e86 | |
| parent | c23a3ebde5c211475e2b26c11b5a113b456a0615 [diff] |
Public Fixes new project template to use 'clean' style. Issue 6208. Review at http://gwt-code-reviews.appspot.com/1394801 Review by: jlabanca@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9909 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/_moduleShortName_.gwt.xmlsrc b/user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/_moduleShortName_.gwt.xmlsrc index 2f0267e..858c3dc 100644 --- a/user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/_moduleShortName_.gwt.xmlsrc +++ b/user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/_moduleShortName_.gwt.xmlsrc
@@ -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'/> -->