479 |
jp_milcent |
1 |
<module rename-to='coel'>
|
1558 |
jpm |
2 |
<!-- Inherit the core Web Toolkit stuff. -->
|
314 |
gduche |
3 |
<inherits name="com.google.gwt.user.User"/>
|
|
|
4 |
<inherits name="com.extjs.gxt.ui.GXT"/>
|
50 |
jpm |
5 |
|
1558 |
jpm |
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. -->
|
314 |
gduche |
9 |
<inherits name="com.google.gwt.user.theme.standard.Standard"/>
|
|
|
10 |
<!-- <inherits name="com.google.gwt.user.theme.chrome.Chrome"/> -->
|
1558 |
jpm |
11 |
<!-- <inherits name="com.google.gwt.user.theme.dark.Dark"/> -->
|
1900 |
aurelien |
12 |
|
|
|
13 |
<!-- Permet d'accélérer le temps de compilation en compilant que pour Firefox > à 1.5 -->
|
|
|
14 |
<!-- Bien mettre gecko1_8 (et pas gecko) sinon ne marche pas dans Firefox > à 1.5 -->
|
|
|
15 |
<!-- <set-property name="user.agent" value="gecko1_8"/> -->
|
|
|
16 |
<!-- <set-property name="user.agent" value="safari"/> -->
|
10 |
jpm |
17 |
|
1558 |
jpm |
18 |
<!-- Other module inherits -->
|
59 |
jpm |
19 |
<inherits name="com.google.gwt.i18n.I18N"/>
|
1558 |
jpm |
20 |
<!-- <inherits name="com.google.gwt.junit.JUnit"/> -->
|
314 |
gduche |
21 |
<extend-property name="locale" values="fr, en"/>
|
|
|
22 |
|
1558 |
jpm |
23 |
<!-- Specify the app entry point class. -->
|
1900 |
aurelien |
24 |
<entry-point class="org.tela_botanica.client.Coel"/>
|
|
|
25 |
|
|
|
26 |
<!-- A décommenter pour activer une compilation spéciale pour le super dev mode -->
|
|
|
27 |
<!-- <add-linker name="xsiframe"/> -->
|
|
|
28 |
<!-- <set-configuration-property name="devModeRedirectEnabled" value="true"/> -->
|
|
|
29 |
|
1647 |
raphael |
30 |
</module>
|