Subversion Repositories eFlore/Applications.coel

Rev

Rev 10 | Rev 59 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 50
Line 1... Line 1...
1
<module>
1
<module>
2
	<!-- Inherit the core Web Toolkit stuff.                        -->
2
	<!-- Inherit the core Web Toolkit stuff.                        -->
3
	<inherits name='com.google.gwt.user.User'/>
3
	<inherits name='com.google.gwt.user.User'/>
-
 
4
	<inherits name='com.extjs.gxt.ui.GXT'/>
4
 
5
	
5
	<!-- Inherit the default GWT style sheet.  You can change       -->
6
	<!-- Inherit the default GWT style sheet.  You can change       -->
6
	<!-- the theme of your GWT application by uncommenting          -->
7
	<!-- the theme of your GWT application by uncommenting          -->
7
	<!-- any one of the following lines.                            -->
8
	<!-- any one of the following lines.                            -->
8
	<inherits name='com.google.gwt.user.theme.standard.Standard'/>
9
	<inherits name='com.google.gwt.user.theme.standard.Standard'/>
9
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
10
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
10
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
11
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
Line 11... Line 12...
11
 
12
 
12
	<!-- Other module inherits                                      -->
13
	<!-- Other module inherits                                      -->
Line 13... Line 14...
13
	<inherits name='com.gwtext.GwtExt' />
14
	<!-- <inherits name='com.gwtext.GwtExt' /> -->
14
 
15
 
Line 15... Line 16...
15
	<!-- Specify the app entry point class.                         -->
16
	<!-- Specify the app entry point class.                         -->
16
	<entry-point class='org.tela_botanica.client.Coel'/>
17
	<entry-point class='org.tela_botanica.client.Coel'/>
-
 
18
 
17
 
19
	<!-- Specify the application specific style sheet.              -->
Line 18... Line 20...
18
	<!-- Specify the application specific style sheet.              -->
20
	<!-- <stylesheet src="js/ext/resources/css/ext-all.css" />		-->
19
	<stylesheet src="js/ext/resources/css/ext-all.css" />
21
	<!-- <stylesheet src="js/gxt/resources/css/ext-all.css" />		-->
20
	<stylesheet src='Coel.css' />
22
	<stylesheet src='Coel.css' />
Line 21... Line 23...
21
 
23
 
22
	<!-- Specify the application specific Javascript.               -->
24
	<!-- Specify the application specific Javascript.               -->