1024 |
aurelien |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
1025 |
aurelien |
2 |
<module rename-to="cel">
|
1024 |
aurelien |
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 |
|
1025 |
aurelien |
13 |
<!-- Other module inherits -->
|
|
|
14 |
<inherits name="com.google.gwt.activity.Activity" />
|
|
|
15 |
<inherits name="com.google.gwt.place.Place" />
|
|
|
16 |
|
1024 |
aurelien |
17 |
<!-- Parsing JSON -->
|
|
|
18 |
<inherits name='com.google.gwt.json.JSON' />
|
|
|
19 |
|
|
|
20 |
<!-- Specify the app entry point class. -->
|
1025 |
aurelien |
21 |
<entry-point class='org.tela_botanica.cel.client.Cel'/>
|
|
|
22 |
|
|
|
23 |
<!-- UIBinder allows to design GWT UI's declarative via XML. -->
|
|
|
24 |
<inherits name='com.google.gwt.uibinder.UiBinder' />
|
1024 |
aurelien |
25 |
|
|
|
26 |
<!-- Specify the paths for translatable code -->
|
|
|
27 |
<source path='client'/>
|
|
|
28 |
<source path='shared'/>
|
|
|
29 |
|
|
|
30 |
</module>
|