Subversion Repositories eFlore/Archives.cel-v2

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 49
Line 1... Line 1...
1
<module>
1
<module>
Line 2... Line 2...
2
 
2
 
3
      <!-- Inherit the core Web Toolkit stuff.                        -->
3
      <!-- Inherit the core Web Toolkit stuff.                        -->
4
      <inherits name='com.google.gwt.user.User'/>
-
 
5
 
4
      <inherits name='com.google.gwt.user.User'/>
6
      <!-- Other module inherits                                      -->
5
      <!-- Other module inherits                                      -->
7
      <!-- Inherit the core Web Toolkit stuff.                  -->
6
      <!-- Inherit the core Web Toolkit stuff.                  -->
8
		<inherits name='com.gwtext.GwtExt' />
7
	  <inherits name='com.gwtext.GwtExt' />
9
		<!-- Parsing JSON                                         -->
8
	  <!-- Parsing JSON                                         -->
10
		<inherits name='com.google.gwt.json.JSON' />
9
	  <inherits name='com.google.gwt.json.JSON' />
11
		<!-- Encore des trucs pour les user extensions -->
10
	  <!-- Encore des trucs pour les user extensions -->
-
 
11
	  <inherits name='com.gwtextux.GwtExtUx'/>
-
 
12
	  <!-- Passage de parametres                                -->
Line 12... Line 13...
12
		<inherits name='com.gwtextux.GwtExtUx'/>
13
      <inherits name="com.google.gwt.i18n.I18N"/>        
13
	
14
	
14
	
15