Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 9 | 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
	<!-- Inherit the core Web Toolkit stuff.                  -->
3
	<inherits name='com.google.gwt.user.User'/>
9 ddelon 4
	<!-- Parsing JSON                                         -->
30 ddelon 5
	<inherits name='com.google.gwt.json.JSON' />
9 ddelon 6
	<!-- Passage de parametres                                -->
30 ddelon 7
        <inherits name="com.google.gwt.i18n.I18N"/>
9 ddelon 8
	<!-- URL encode et decode                                 -->
30 ddelon 9
	       <inherits name="com.google.gwt.http.HTTP"/>
10
	<!-- MyGwt                                                -->
11
        <inherits name='net.mygwt.ui.MyGWT'/> -->
2 ddelon 12
	<!-- Specify the app entry point class.                   -->
13
	<entry-point class='org.tela_botanica.client.Cel'/>
14
</module>