Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1558 Rev 1647
Line 13... Line 13...
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"/> -->
16
	<extend-property name="locale" values="fr, en"/>
16
	<extend-property name="locale" values="fr, en"/>
Line 17... Line -...
17
	
-
 
18
	<!-- Paramétrage de l'application en fonction du mode. -->
-
 
19
	<inherits name="org.tela_botanica.Coel-dev"/>
-
 
20
	
17
	
21
	<!-- Specify the app entry point class. -->
18
	<!-- Specify the app entry point class. -->
22
	<entry-point class="org.tela_botanica.client.Coel"/>	
-
 
23
</module>
19
	<entry-point class="org.tela_botanica.client.Coel"/>	
-
 
20
</module>