Subversion Repositories eFlore/Applications.cel

Rev

Rev 2 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 149
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
	
5
	
6
      <!-- Inherit the default GWT style sheet.  You can change       -->
6
      <!-- Inherit the default GWT style sheet.  You can change       -->
7
      <!-- the theme of your GWT application by uncommenting          -->
7
      <!-- the theme of your GWT application by uncommenting          -->
8
      <!-- any one of the following lines.                            -->
8
      <!-- any one of the following lines.                            -->
9
      <inherits name='com.google.gwt.user.theme.standard.Standard'/>
9
      <inherits name='com.google.gwt.user.theme.standard.Standard'/>
10
      <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
10
      <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
11
      <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
11
      <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
12
 
12
 
13
      <!-- Other module inherits                                      -->
13
      <!-- Other module inherits                                      -->
14
 
14
 
15
 
15
 
16
		<!-- Parsing JSON                                         -->
16
		<!-- Parsing JSON                                         -->
17
		<inherits name='com.google.gwt.json.JSON' />
17
		<inherits name='com.google.gwt.json.JSON' />
18
		<!-- Encore des trucs pour les user extensions -->
18
		<!-- Encore des trucs pour les user extensions -->
19
		<inherits name='com.gwtextux.GwtExtUx'/>
19
		<inherits name='com.gwtextux.GwtExtUx'/>
20
	
20
	
21
	
21
	
22
		<stylesheet src="js/ext/resources/css/ext-all.css" />
22
		<stylesheet src="js/ext/resources/css/ext-all.css" />
23
		<script src="js/ext/adapter/ext/ext-base.js" />
23
		<script src="js/ext/adapter/ext/ext-base.js" />
24
		<script src="js/ext/ext-all.js" />
24
		<script src="js/ext/ext-all.js" />
25
		<script src="js/UploadDialog/Ext.ux.UploadDialog.js" />
-
 
26
		<script src="js/UploadDialog/Ext.ux.UploadDialog.packed.js" />
25
		<script src="js/UploadDialog/Ext.ux.UploadDialog.packed.js" />
27
 
26
 
28
      <!-- Specify the app entry point class.                         -->
27
      <!-- Specify the app entry point class.                         -->
29
      <entry-point class='org.tela_botanica.client.cel2'/>
28
      <entry-point class='org.tela_botanica.client.cel2'/>
30
    
29
    
31
      <!-- Specify the application specific style sheet.              -->
30
      <!-- Specify the application specific style sheet.              -->
32
      <stylesheet src='cel2.css' />
31
      <stylesheet src='cel2.css' />
33
	
32
	
34
</module>
33
</module>