Subversion Repositories eFlore/Applications.coel

Rev

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

Rev Author Line No. Line
10 jpm 1
<module>
2
	<!-- Inherit the core Web Toolkit stuff.                        -->
3
	<inherits name='com.google.gwt.user.User'/>
50 jpm 4
	<inherits name='com.extjs.gxt.ui.GXT'/>
5
 
10 jpm 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                                      -->
50 jpm 14
	<!-- <inherits name='com.gwtext.GwtExt' /> -->
10 jpm 15
 
16
	<!-- Specify the app entry point class.                         -->
17
	<entry-point class='org.tela_botanica.client.Coel'/>
18
 
19
	<!-- Specify the application specific style sheet.              -->
50 jpm 20
	<!-- <stylesheet src="js/ext/resources/css/ext-all.css" />		-->
21
	<!-- <stylesheet src="js/gxt/resources/css/ext-all.css" />		-->
10 jpm 22
	<stylesheet src='Coel.css' />
23
 
24
	<!-- Specify the application specific Javascript.               -->
50 jpm 25
	<!-- <script src="js/ext/adapter/ext/ext-base.js" /> -->
26
	<!-- <script src="js/ext/ext-all.js" /> -->
10 jpm 27
 
28
</module>