| Line 1... |
Line 1... |
| 1 |
<module rename-to='coel'>
|
1 |
<module rename-to='coel'>
|
| 2 |
<!-- Inherit the core Web Toolkit stuff. -->
|
2 |
<!-- Inherit the core Web Toolkit stuff. -->
|
| 3 |
<inherits name="com.google.gwt.user.User"/>
|
3 |
<inherits name="com.google.gwt.user.User"/>
|
| 4 |
<inherits name="com.extjs.gxt.ui.GXT"/>
|
4 |
<inherits name="com.extjs.gxt.ui.GXT"/>
|
| Line 5... |
Line 5... |
| 5 |
|
5 |
|
| 6 |
<!-- Inherit the default GWT style sheet. You can change -->
|
6 |
<!-- Inherit the default GWT style sheet. You can change -->
|
| 7 |
<!-- the theme of your GWT application by uncommenting -->
|
7 |
<!-- the theme of your GWT application by uncommenting -->
|
| 8 |
<!-- any one of the following lines. -->
|
8 |
<!-- any one of the following lines. -->
|
| 9 |
<inherits name="com.google.gwt.user.theme.standard.Standard"/>
|
9 |
<inherits name="com.google.gwt.user.theme.standard.Standard"/>
|
| 10 |
<!-- <inherits name="com.google.gwt.user.theme.chrome.Chrome"/> -->
|
10 |
<!-- <inherits name="com.google.gwt.user.theme.chrome.Chrome"/> -->
|
| Line 11... |
Line 11... |
| 11 |
<!-- <inherits name="com.google.gwt.user.theme.dark.Dark"/> -->
|
11 |
<!-- <inherits name="com.google.gwt.user.theme.dark.Dark"/> -->
|
| 12 |
|
12 |
|
| 13 |
<!-- Other module inherits -->
|
13 |
<!-- Other module inherits -->
|
| 14 |
<inherits name="com.google.gwt.i18n.I18N"/>
|
14 |
<inherits name="com.google.gwt.i18n.I18N"/>
|
| Line 15... |
Line 15... |
| 15 |
<!-- <inherits name="com.google.gwt.junit.JUnit"/> -->
|
15 |
<!-- <inherits name="com.google.gwt.junit.JUnit"/> -->
|
| 16 |
<extend-property name="locale" values="fr, en"/>
|
16 |
<extend-property name="locale" values="fr, en"/>
|
| Line 17... |
Line 17... |
| 17 |
|
17 |
|
| 18 |
<!-- Paramétrage de l'application en fonction du mode. -->
|
18 |
<!-- Paramétrage de l'application en fonction du mode. -->
|
| 19 |
<inherits name="org.tela_botanica.Coel-dev"/>
|
- |
|
| 20 |
|
- |
|
| 21 |
<!-- Specify the app entry point class. -->
|
- |
|
| 22 |
<entry-point class="org.tela_botanica.client.Coel"/>
|
19 |
<inherits name="org.tela_botanica.Coel-dev"/>
|
| 23 |
|
20 |
|