Subversion Repositories eFlore/Applications.del

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2212 arthur 1
<?xml version="1.0" encoding="UTF-8"?>
2
<module rename-to="del">
3
	<!-- Inherit the core Web Toolkit stuff. -->
4
	<inherits name="com.google.gwt.user.User" />
5
	<inherits name="org.cobogw.gwt.user.User" />
6
 
7
 
8
	<!--Defines all possible locales we'll use-->
9
    <extend-property name="locale" values="fr,en"/>
10
    <!--Defines default locale-->
11
    <set-property-fallback name="locale" value="fr"/>
12
 
13
 
14
	<!-- Inherit the default GWT style sheet. You can change -->
15
	<!-- the theme of your GWT application by uncommenting -->
16
	<!-- any one of the following lines. -->
17
	<inherits name="com.google.gwt.user.theme.standard.Standard" />
18
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
19
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
20
 
21
	<!-- Other module inherits -->
22
	<inherits name="com.google.gwt.activity.Activity" />
23
	<inherits name="com.google.gwt.place.Place" />
24
 
25
	<!-- Permet d'accélérer le temps de compilation en compilant que pour Firefox > à 1.5 -->
26
	<!-- Bien mettre gecko1_8 (et pas gecko) sinon ne marche pas dans Firefox > à 1.5 -->
27
	<!-- <set-property name="user.agent" value="gecko1_8"/> -->
28
 
29
	<!-- Specify the app entry point class. -->
30
	<entry-point class='org.tela_botanica.del.client.Del' />
31
 
32
	<!-- UIBinder allows to design GWT UI's declarative via XML.  -->
33
  	<inherits name="com.google.gwt.uibinder.UiBinder" />
34
 
35
	<!-- Specify the paths for translatable code -->
36
	<source path='client' />
37
	<source path='shared' />
38
 
39
</module>