Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
1 aurelien 1
<?xml version="1.0" encoding="UTF-8"?>
2
<module rename-to="del">
7 benjamin 3
	<!-- Inherit the core Web Toolkit stuff. -->
4
	<inherits name='com.google.gwt.user.User' />
5
	<inherits name='org.cobogw.gwt.user.User' />
1 aurelien 6
 
1182 gduche 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
 
7 benjamin 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'/> -->
1 aurelien 20
 
7 benjamin 21
	<!-- Other module inherits -->
22
	<inherits name="com.google.gwt.activity.Activity" />
23
	<inherits name="com.google.gwt.place.Place" />
1 aurelien 24
 
7 benjamin 25
	<!-- Specify the app entry point class. -->
26
	<entry-point class='org.tela_botanica.del.client.Del' />
1 aurelien 27
 
24 gduche 28
	<!-- UIBinder allows to design GWT UI's declarative via XML.  -->
29
  	<inherits name='com.google.gwt.uibinder.UiBinder' />
30
 
7 benjamin 31
	<!-- Specify the paths for translatable code -->
32
	<source path='client' />
33
	<source path='shared' />
1 aurelien 34
 
35
</module>