Subversion Repositories eFlore/Archives.cel-v2

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 aperonnet 1
<module>
2
 
3
      <!-- Inherit the core Web Toolkit stuff.                        -->
4
      <inherits name='com.google.gwt.user.User'/>
5
      <!-- Other module inherits                                      -->
6
      <!-- Inherit the core Web Toolkit stuff.                  -->
49 ddelon 7
	  <inherits name='com.gwtext.GwtExt' />
8
	  <!-- Parsing JSON                                         -->
9
	  <inherits name='com.google.gwt.json.JSON' />
10
	  <!-- Encore des trucs pour les user extensions -->
11
	  <inherits name='com.gwtextux.GwtExtUx'/>
12
	  <!-- Passage de parametres                                -->
13
      <inherits name="com.google.gwt.i18n.I18N"/>
3 aperonnet 14
 
15
 
16
	<stylesheet src="js/ext/resources/css/ext-all.css" />
17
	<script src="js/ext/adapter/ext/ext-base.js" />
18
	<script src="js/ext/ext-all.js" />
19
	<script src="js/UploadDialog/Ext.ux.UploadDialog.js" />
20
	<script src="js/UploadDialog/Ext.ux.UploadDialog.packed.js" />
21
 
22
 
23
      <!-- Specify the app entry point class.                         -->
24
      <entry-point class='org.tela_botanica.client.cel2'/>
25
 
26
      <!-- Specify the application specific style sheet.              -->
27
      <stylesheet src='cel2.css' />
28
 
29
</module>