Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 9 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 30
Line 1... Line 1...
1
<module>
1
<module>
2
 
-
 
3
	<!-- Inherit the core Web Toolkit stuff.                  -->
2
	<!-- Inherit the core Web Toolkit stuff.                  -->
4
	<inherits name='com.google.gwt.user.User'/>
3
	<inherits name='com.google.gwt.user.User'/>
5
	<!-- Parsing JSON                                         -->
4
	<!-- Parsing JSON                                         -->
6
	<inherits name='com.google.gwt.json.JSON' /> 
5
	<inherits name='com.google.gwt.json.JSON' />      
7
	<!-- Passage de parametres                                -->
6
	<!-- Passage de parametres                                -->
8
    <inherits name="com.google.gwt.i18n.I18N"/>
7
        <inherits name="com.google.gwt.i18n.I18N"/>        
9
	<!-- URL encode et decode                                 -->
8
	<!-- URL encode et decode                                 -->
10
    <inherits name="com.google.gwt.http.HTTP"/>
9
	       <inherits name="com.google.gwt.http.HTTP"/>      
11
 
-
 
-
 
10
	<!-- 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.Cel'/>
14
	        <stylesheet src='Cel.css'/>
-
 
15
  
-
 
16
</module>
14
</module>