Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 4 | Rev 30 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 ddelon 1
<module>
2
 
3
	<!-- Inherit the core Web Toolkit stuff.                  -->
4
	<inherits name='com.google.gwt.user.User'/>
9 ddelon 5
	<!-- Parsing JSON                                         -->
2 ddelon 6
	<inherits name='com.google.gwt.json.JSON' />
9 ddelon 7
	<!-- Passage de parametres                                -->
4 ddelon 8
    <inherits name="com.google.gwt.i18n.I18N"/>
9 ddelon 9
	<!-- URL encode et decode                                 -->
10
    <inherits name="com.google.gwt.http.HTTP"/>
2 ddelon 11
 
12
	<!-- Specify the app entry point class.                   -->
13
	<entry-point class='org.tela_botanica.client.Cel'/>
14
	        <stylesheet src='Cel.css'/>
15
 
16
</module>