|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <module rename-to='collab'> |
3 | | - <!-- Inherit the core Web Toolkit stuff. --> |
4 | | - <inherits name='com.google.gwt.user.User'/> |
5 | | - <inherits name="com.google.gwt.http.HTTP" /> |
| 3 | + <!-- Inherit the core Web Toolkit stuff. --> |
| 4 | + <inherits name='com.google.gwt.user.User'/> |
| 5 | + <inherits name="com.google.gwt.http.HTTP"/> |
6 | 6 |
|
7 | | - <!-- Inherit the default GWT style sheet. You can change --> |
8 | | - <!-- the theme of your GWT application by uncommenting --> |
9 | | - <!-- any one of the following lines. --> |
10 | | - <inherits name='com.google.gwt.user.theme.clean.Clean'/> |
11 | | - <!-- <inherits name='com.google.gwt.user.theme.standard.Standard'/> --> |
12 | | - <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> --> |
13 | | - <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> --> |
| 7 | + <!-- Inherit the default GWT style sheet. You can change --> |
| 8 | + <!-- the theme of your GWT application by uncommenting --> |
| 9 | + <!-- any one of the following lines. --> |
| 10 | + <inherits name='com.google.gwt.user.theme.clean.Clean'/> |
14 | 11 |
|
15 | | - <!-- Other module inherits --> |
| 12 | + <!-- Specify the app entry point class. --> |
| 13 | + <entry-point class='com.arm.nimbus.collab.client.Collab'/> |
16 | 14 |
|
17 | | - <!-- Specify the app entry point class. --> |
18 | | - <entry-point class='com.arm.nimbus.collab.client.Collab'/> |
| 15 | + <!-- --> |
| 16 | + <inherits name="com.google.gwt.inject.Inject"/> |
| 17 | + <inherits name="com.google.web.bindery.requestfactory.RequestFactory"/> |
| 18 | + <inherits name="com.google.gwt.activity.Activity"/> |
| 19 | + <inherits name="com.google.gwt.place.Place"/> |
| 20 | + <inherits name="com.google.gwt.editor.Editor"/> |
19 | 21 |
|
20 | | - <!-- Specify the paths for translatable code --> |
21 | | - <source path='client'/> |
22 | | - <source path='shared'/> |
| 22 | + <!-- Specify the paths for translatable code --> |
| 23 | + <source path='client'/> |
| 24 | + <source path='shared'/> |
23 | 25 |
|
24 | 26 | </module> |
0 commit comments