Subversion Repositories eFlore/Applications.coel

Rev

Rev 394 | Rev 479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 394 Rev 396
Line 10... Line 10...
10
	<!-- <inherits name="com.google.gwt.user.theme.chrome.Chrome"/> -->
10
	<!-- <inherits name="com.google.gwt.user.theme.chrome.Chrome"/> -->
11
	<!-- <inherits name="com.google.gwt.user.theme.dark.Dark"/>     -->
11
	<!-- <inherits name="com.google.gwt.user.theme.dark.Dark"/>     -->
Line 12... Line 12...
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"/>
15
	<inherits name="com.google.gwt.junit.JUnit"/>
15
	<!-- <inherits name="com.google.gwt.junit.JUnit"/>              -->
Line 16... Line 16...
16
	<extend-property name="locale" values="fr, en"/>
16
	<extend-property name="locale" values="fr, en"/>
17
	
17
	
Line 22... Line 22...
22
	<stylesheet src="Coel.css" />
22
	<stylesheet src="Coel.css" />
Line 23... Line 23...
23
 
23
 
24
	<!-- Specify the application specific Javascript.               -->
24
	<!-- Specify the application specific Javascript.               -->
Line 25... Line 25...
25
	<script src="config.js" />
25
	<script src="config.js" />
26
	
26
	
27
	<!-- Permet d"accélérer le temps de compilation en compilant que pour Firefox -->
27
	<!-- Permet d'accélérer le temps de compilation en compilant que pour Firefox -->
28
	<!-- <set-property name="user.agent" value="gecko1_8"/> -->
28
	<!-- <set-property name="user.agent" value="gecko1_8"/> -->