Subversion Repositories eFlore/Applications.coel

Rev

Rev 1900 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1900 aurelien 1
<module rename-to='coel'>
2
	<!-- Inherit the core Web Toolkit stuff. -->
3
	<inherits name="com.google.gwt.user.User"/>
4
	<inherits name="com.extjs.gxt.ui.GXT"/>
5
 
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. -->
9
	<inherits name="com.google.gwt.user.theme.standard.Standard"/>
10
	<!-- <inherits name="com.google.gwt.user.theme.chrome.Chrome"/> -->
11
	<!-- <inherits name="com.google.gwt.user.theme.dark.Dark"/> -->
12
 
13
	<!-- Other module inherits -->
14
	<inherits name="com.google.gwt.i18n.I18N"/>
15
	<!-- <inherits name="com.google.gwt.junit.JUnit"/> -->
16
	<extend-property name="locale" values="fr, en"/>
17
 
18
	<!-- Specify the app entry point class. -->
19
	<entry-point class="org.tela_botanica.client.Coel"/>
20
 
21
	<add-linker name="xsiframe"/>
22
	<set-configuration-property name="devModeRedirectEnabled" value="true"/>
23
</module>