1 |
aurelien |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<module rename-to="del">
|
7 |
benjamin |
3 |
<!-- Inherit the core Web Toolkit stuff. -->
|
|
|
4 |
<inherits name='com.google.gwt.user.User' />
|
|
|
5 |
<inherits name='org.cobogw.gwt.user.User' />
|
1 |
aurelien |
6 |
|
7 |
benjamin |
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.standard.Standard' />
|
|
|
11 |
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
|
|
|
12 |
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
|
1 |
aurelien |
13 |
|
7 |
benjamin |
14 |
<!-- Other module inherits -->
|
|
|
15 |
<inherits name="com.google.gwt.activity.Activity" />
|
|
|
16 |
<inherits name="com.google.gwt.place.Place" />
|
1 |
aurelien |
17 |
|
7 |
benjamin |
18 |
<!-- Specify the app entry point class. -->
|
|
|
19 |
<entry-point class='org.tela_botanica.del.client.Del' />
|
1 |
aurelien |
20 |
|
24 |
gduche |
21 |
<!-- UIBinder allows to design GWT UI's declarative via XML. -->
|
|
|
22 |
<inherits name='com.google.gwt.uibinder.UiBinder' />
|
|
|
23 |
|
7 |
benjamin |
24 |
<!-- Specify the paths for translatable code -->
|
|
|
25 |
<source path='client' />
|
|
|
26 |
<source path='shared' />
|
1 |
aurelien |
27 |
|
|
|
28 |
</module>
|