Subversion Repositories eFlore/Archives.cel-v2

Rev

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

Rev 3 Rev 49
1
<module>
1
<module>
2
 
2
 
3
      <!-- Inherit the core Web Toolkit stuff.                        -->
3
      <!-- Inherit the core Web Toolkit stuff.                        -->
4
      <inherits name='com.google.gwt.user.User'/>
4
      <inherits name='com.google.gwt.user.User'/>
5
 
-
 
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 -->
12
		<inherits name='com.gwtextux.GwtExtUx'/>
11
	  <inherits name='com.gwtextux.GwtExtUx'/>
-
 
12
	  <!-- Passage de parametres                                -->
-
 
13
      <inherits name="com.google.gwt.i18n.I18N"/>        
13
	
14
	
14
	
15
	
15
	<stylesheet src="js/ext/resources/css/ext-all.css" />
16
	<stylesheet src="js/ext/resources/css/ext-all.css" />
16
	<script src="js/ext/adapter/ext/ext-base.js" />
17
	<script src="js/ext/adapter/ext/ext-base.js" />
17
	<script src="js/ext/ext-all.js" />
18
	<script src="js/ext/ext-all.js" />
18
	<script src="js/UploadDialog/Ext.ux.UploadDialog.js" />
19
	<script src="js/UploadDialog/Ext.ux.UploadDialog.js" />
19
	<script src="js/UploadDialog/Ext.ux.UploadDialog.packed.js" />
20
	<script src="js/UploadDialog/Ext.ux.UploadDialog.packed.js" />
20
 
21
 
21
 
22
 
22
      <!-- Specify the app entry point class.                         -->
23
      <!-- Specify the app entry point class.                         -->
23
      <entry-point class='org.tela_botanica.client.cel2'/>
24
      <entry-point class='org.tela_botanica.client.cel2'/>
24
    
25
    
25
      <!-- Specify the application specific style sheet.              -->
26
      <!-- Specify the application specific style sheet.              -->
26
      <stylesheet src='cel2.css' />
27
      <stylesheet src='cel2.css' />
27
	
28
	
28
</module>
29
</module>