Subversion Repositories eFlore/Applications.cel

Rev

Rev 290 | Rev 310 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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