Skip to content

Commit cec585b

Browse files
committed
Include the library in the GWT module
1 parent 1d1e15c commit cec585b

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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"/>
66

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'/>
1411

15-
<!-- Other module inherits -->
12+
<!-- Specify the app entry point class. -->
13+
<entry-point class='com.arm.nimbus.collab.client.Collab'/>
1614

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"/>
1921

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'/>
2325

2426
</module>

0 commit comments

Comments
 (0)