Subversion Repositories eFlore/Applications.del

Rev

Rev 1182 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1182 Rev 2080
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<module rename-to="del">
2
<module rename-to="del">
3
	<!-- Inherit the core Web Toolkit stuff. -->
3
	<!-- Inherit the core Web Toolkit stuff. -->
4
	<inherits name='com.google.gwt.user.User' />
4
	<inherits name='com.google.gwt.user.User' />
5
	<inherits name='org.cobogw.gwt.user.User' />
5
	<inherits name='org.cobogw.gwt.user.User' />
6
 
6
 
7
 
7
 
8
	<!--Defines all possible locales we'll use-->
8
	<!--Defines all possible locales we'll use-->
9
    <extend-property name="locale" values="fr,en"/>   
9
    <extend-property name="locale" values="fr,en"/>   
10
    <!--Defines default locale-->
10
    <!--Defines default locale-->
11
    <set-property-fallback name="locale" value="fr"/>
11
    <set-property-fallback name="locale" value="fr"/>
12
    
12
    
13
    
13
    
14
	<!-- Inherit the default GWT style sheet. You can change -->
14
	<!-- Inherit the default GWT style sheet. You can change -->
15
	<!-- the theme of your GWT application by uncommenting -->
15
	<!-- the theme of your GWT application by uncommenting -->
16
	<!-- any one of the following lines. -->
16
	<!-- any one of the following lines. -->
17
	<inherits name='com.google.gwt.user.theme.standard.Standard' />
17
	<inherits name='com.google.gwt.user.theme.standard.Standard' />
18
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
18
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
19
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
19
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
20
 
20
 
21
	<!-- Other module inherits -->
21
	<!-- Other module inherits -->
22
	<inherits name="com.google.gwt.activity.Activity" />
22
	<inherits name="com.google.gwt.activity.Activity" />
23
	<inherits name="com.google.gwt.place.Place" />
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"/> -->
24
 
28
 
25
	<!-- Specify the app entry point class. -->
29
	<!-- Specify the app entry point class. -->
26
	<entry-point class='org.tela_botanica.del.client.Del' />
30
	<entry-point class='org.tela_botanica.del.client.Del' />
27
 
31
 
28
	<!-- UIBinder allows to design GWT UI's declarative via XML.  -->
32
	<!-- UIBinder allows to design GWT UI's declarative via XML.  -->
29
  	<inherits name='com.google.gwt.uibinder.UiBinder' />
33
  	<inherits name='com.google.gwt.uibinder.UiBinder' />
30
  	
34
  	
31
	<!-- Specify the paths for translatable code -->
35
	<!-- Specify the paths for translatable code -->
32
	<source path='client' />
36
	<source path='client' />
33
	<source path='shared' />
37
	<source path='shared' />
34
 
38
 
35
</module>
39
</module>