Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 30 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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