Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 4 Rev 9
1
<module>
1
<module>
2
 
2
 
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
	<!-- Parsing JSON                                         -->
5
	<inherits name='com.google.gwt.json.JSON' /> 
6
	<inherits name='com.google.gwt.json.JSON' /> 
-
 
7
	<!-- Passage de parametres                                -->
6
    <inherits name="com.google.gwt.i18n.I18N"/>
8
    <inherits name="com.google.gwt.i18n.I18N"/>
-
 
9
	<!-- URL encode et decode                                 -->
-
 
10
    <inherits name="com.google.gwt.http.HTTP"/>
7
 
11
 
8
	<!-- Specify the app entry point class.                   -->
12
	<!-- Specify the app entry point class.                   -->
9
	<entry-point class='org.tela_botanica.client.Cel'/>
13
	<entry-point class='org.tela_botanica.client.Cel'/>
10
	        <stylesheet src='Cel.css'/>
14
	        <stylesheet src='Cel.css'/>
11
  
15
  
12
</module>
16
</module>