| 7f6de44 by Ben Konrath at 2010-12-17 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| f1146a0 by Ben Konrath at 2011-10-07 | 2 | <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.4.0//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.4.0/distro-source/core/src/gwt-module.dtd"> |
| eb4e5cc by Ben Konrath at 2011-01-25 | 3 | <module rename-to='OnlineGlom'> |
| 904ca98 by Ben Konrath at 2011-04-04 | 4 | |
| 9e477bd by Ben Konrath at 2011-04-01 | 5 | <!-- Inherit the core Web Toolkit stuff. --> |
| 6 | <inherits name='com.google.gwt.user.User' /> |
|
| 7f6de44 by Ben Konrath at 2010-12-17 | 7 | |
| e903e91 by Ben Konrath at 2011-07-11 | 8 | <!-- Inherit the resources from the default GWT style sheet. We're not inheriting |
| 9 | the whole style sheet so that the OnlineGlom style sheet can override the |
|
| 10 | built-in standard.css. See: https://groups.google.com/group/Google-Web-Toolkit/msg/3e630a3059303b19 --> |
|
| 11 | <inherits name='com.google.gwt.user.theme.standard.StandardResources' /> |
|
| 7f6de44 by Ben Konrath at 2010-12-17 | 12 | |
| 9e477bd by Ben Konrath at 2011-04-01 | 13 | <!-- Other module inherits --> |
| 904ca98 by Ben Konrath at 2011-04-04 | 14 | <inherits name="com.google.gwt.activity.Activity" /> |
| 15 | <inherits name="com.google.gwt.place.Place" /> |
|
| 7f6de44 by Ben Konrath at 2010-12-17 | 16 | |
| 9e477bd by Ben Konrath at 2011-04-01 | 17 | <!-- Specify the app entry point class. --> |
| 18 | <entry-point class='org.glom.web.client.OnlineGlom' /> |
|
| 7f6de44 by Ben Konrath at 2010-12-17 | 19 | |
| 9e477bd by Ben Konrath at 2011-04-01 | 20 | <!-- Specify the paths for translatable code --> |
| 21 | <source path='client' /> |
|
| 22 | <source path='shared' /> |
|
| eb4e5cc by Ben Konrath at 2011-01-25 | 23 | |
| 904ca98 by Ben Konrath at 2011-04-04 | 24 | <!-- Use ClientFactoryImpl by default --> |
| 25 | <replace-with class="org.glom.web.client.ClientFactoryImpl"> |
|
| 26 | <when-type-is class="org.glom.web.client.ClientFactory" /> |
|
| 27 | </replace-with> |
|
| 28 | ||
| d42ba7a by Ben Konrath at 2011-09-27 | 29 | <!-- Use the GWT internationalization framework --> |
| 30 | <inherits name="com.google.gwt.i18n.I18N"/> |
|
| 6c7fdb0 by Murray Cumming at 2012-01-27 | 31 | <extend-property name="locale" values="cs"/> |
| e6996ff by Murray Cumming at 2012-01-26 | 32 | <extend-property name="locale" values="en"/> |
| 33 | <extend-property name="locale" values="de"/> |
|
| 6c7fdb0 by Murray Cumming at 2012-01-27 | 34 | <extend-property name="locale" values="es"/> |
| 35 | <extend-property name="locale" values="sl"/> |
|
| 36 | <extend-property name="locale" values="zh_CN"/> |
|
| d42ba7a by Ben Konrath at 2011-09-27 | 37 | |
| 7f6de44 by Ben Konrath at 2010-12-17 | 38 | </module> |

