| 167 |
ashish |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<module rename-to='hotspotdashboard'>
|
|
|
3 |
<!-- Inherit the core Web Toolkit stuff. -->
|
|
|
4 |
<inherits name='com.google.gwt.user.User'/>
|
|
|
5 |
|
|
|
6 |
<!-- Inherit the default GWT style sheet. You can change -->
|
|
|
7 |
<!-- the theme of your GWT application by uncommenting -->
|
|
|
8 |
<!-- any one of the following lines. -->
|
|
|
9 |
<inherits name='com.google.gwt.user.theme.standard.Standard'/>
|
|
|
10 |
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
|
|
|
11 |
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
|
|
|
12 |
|
|
|
13 |
<!-- Other module inherits -->
|
|
|
14 |
<inherits name='com.google.gwt.inject.Inject' />
|
|
|
15 |
<inherits name='org.enunes.gwt.mvp.Mvp' />
|
|
|
16 |
<inherits name='net.customware.gwt.dispatch.Dispatch' />
|
|
|
17 |
<!-- Specify the app entry point class. -->
|
|
|
18 |
<entry-point class='in.shop2020.hotspot.dashbaord.client.HotspotDashboard'/>
|
|
|
19 |
|
|
|
20 |
<!-- Specify the paths for translatable code -->
|
|
|
21 |
<source path='client'/>
|
|
|
22 |
<source path='shared'/>
|
|
|
23 |
|
|
|
24 |
</module>
|